CarpServiceException constructor

CarpServiceException({
  1. HTTPStatus? httpStatus,
  2. String? message,
  3. String? path,
})

Implementation

CarpServiceException({this.httpStatus, this.message, this.path});