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