menu
flutter_paygateglobal package
documentation
paygate/exceptions/paygate_exceptions.dart
PaygateException
PaygateException.new const constructor
PaygateException.new const constructor
dark_mode
light_mode
PaygateException
constructor
const
PaygateException
(
String
message
, {
String
?
code
,
dynamic
originalError
,
})
Implementation
const PaygateException(this.message, {this.code, this.originalError});
flutter_paygateglobal package
documentation
paygate/exceptions/paygate_exceptions
PaygateException
PaygateException.new const constructor
PaygateException class