stack_wallet/lib/exceptions/wallet/paynym_send_exception.dart
2023-05-27 00:19:24 +03:00

5 lines
148 B
Dart

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