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