stack_wallet/lib/exceptions/wallet/paynym_send_exception.dart
2023-01-20 12:25:32 -06:00

5 lines
148 B
Dart

import 'package:stackwallet/exceptions/sw_exception.dart';
class PaynymSendException extends SWException {
PaynymSendException(super.message);
}