PaymentProviderException constructor

PaymentProviderException(
  1. String message, {
  2. int? statusCode,
  3. String? response,
  4. String? errorCode,
})

Implementation

PaymentProviderException(
  this.message, {
  this.statusCode,
  this.response,
  this.errorCode,
});