omemo_dart/lib/src/errors.dart

4 lines
144 B
Dart
Raw Normal View History

2022-08-02 13:40:26 +00:00
class InvalidSignatureException implements Exception {
String errMsg() => 'The signature of the SPK does not match the provided signature';
}