APIException constructor

APIException(
  1. String prefix,
  2. String message,
  3. int? statusCode,
  4. int? errorCode,
  5. String? thirdpartyResponseDirectWebViewURL,
)

Implementation

APIException(this.prefix, this.message, this.statusCode, this.errorCode, this.thirdpartyResponseDirectWebViewURL);