commons/exception library
Exceptions / Errors
- AppException
- BadRequestException
- HTTP exception for error status 400
- FetchDataException
- Default HTTP exception for undefined status error
- ForbiddenException
- HTTP exception for error status 403
- InternalServerErrorException
- HTTP exception for error status 500
- InvalidInputException
- Exception for wrong input in forms
- NotFoundException
- HTTP exception for error status 404 & 204
- HTTP exception for error status 503
- TimeoutException
- HTTP exception for error status 504 and request timeout
- HTTP exception for error status 401