ErrorException constructor

const ErrorException(
  1. int statusCode,
  2. dynamic errorResponse
)

Implementation

const ErrorException(this.statusCode, this.errorResponse) : super._();