Exceptions.errorException constructor

const Exceptions.errorException(
  1. int statusCode,
  2. dynamic errorResponse
)

Implementation

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