ApiException.withInner constructor

ApiException.withInner(
  1. int code,
  2. String? message,
  3. String method,
  4. String url,
  5. Object? innerException,
  6. StackTrace? stackTrace,
)

Implementation

ApiException.withInner(this.code, this.message, this.method, this.url,
    this.innerException, this.stackTrace);