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