cake_wallet/cw_monero/lib/exceptions/setup_wallet_exception.dart

5 lines
No EOL
118 B
Dart

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