stack_wallet/lib/exceptions/exchange/majestic_bank/mb_exception.dart

6 lines
165 B
Dart
Raw Normal View History

2023-02-04 17:15:42 +00:00
import 'package:stackwallet/exceptions/exchange/exchange_exception.dart';
class MBException extends ExchangeException {
MBException(super.message, super.type);
}