APIException constructor

APIException(
  1. String description,
  2. int errorCode,
  3. Map<String, dynamic>? query,
  4. String method,
)

Basic constructor

Implementation

APIException(this.description, this.errorCode, this.query, this.method);