Exceptions.errorException constructor
const
Exceptions.errorException(
- int statusCode,
- dynamic errorResponse
Implementation
const factory Exceptions.errorException(
int statusCode, dynamic errorResponse) = ErrorException;