ErrorException constructor
const
ErrorException(
- int statusCode,
- dynamic errorResponse
Implementation
const ErrorException(this.statusCode, this.errorResponse) : super._();
const ErrorException(this.statusCode, this.errorResponse) : super._();