menu
flutter_paygateglobal package
documentation
paygate/exceptions/paygate_exceptions.dart
PaygateValidationException
PaygateValidationException.new const constructor
PaygateValidationException.new const constructor
dark_mode
light_mode
PaygateValidationException
constructor
const
PaygateValidationException
(
String
message
, {
String
?
code
,
})
Implementation
const PaygateValidationException(String message, {String? code}) : super(message, code: code);
flutter_paygateglobal package
documentation
paygate/exceptions/paygate_exceptions
PaygateValidationException
PaygateValidationException.new const constructor
PaygateValidationException class