cake_wallet/cw_monero/lib/exceptions/setup_wallet_exception.dart
2020-01-04 21:31:52 +02:00

5 lines
No EOL
116 B
Dart

class SetupWalletException implements Exception {
final String message;
SetupWalletException({this.message});
}