import 'package:stackwallet/exceptions/exchange/exchange_exception.dart'; class MBException extends ExchangeException { MBException(super.message, super.type); }