stack_wallet/lib/exceptions/wallet/paynym_send_exception.dart

6 lines
148 B
Dart
Raw Normal View History

2023-01-20 18:25:32 +00:00
import 'package:stackwallet/exceptions/sw_exception.dart';
class PaynymSendException extends SWException {
PaynymSendException(super.message);
}