4 lines
144 B
Dart
4 lines
144 B
Dart
|
class InvalidSignatureException implements Exception {
|
||
|
String errMsg() => 'The signature of the SPK does not match the provided signature';
|
||
|
}
|