CarpServiceException constructor
CarpServiceException({
- HTTPStatus? httpStatus,
- String? message,
- String? path,
Create new CarpServiceException.
Implementation
CarpServiceException({this.httpStatus, this.message, this.path});