PaygateException constructor

const PaygateException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
})

Implementation

const PaygateException(this.message, {this.code, this.originalError});