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