diff --git a/docs/v4/middleware/error-handling.md b/docs/v4/middleware/error-handling.md index 2a41695f..c67cca48 100644 --- a/docs/v4/middleware/error-handling.md +++ b/docs/v4/middleware/error-handling.md @@ -252,10 +252,12 @@ The base class `HttpSpecializedException` extends `Exception` and comes with the * HttpBadRequestException * HttpForbiddenException +* HttpGoneException * HttpInternalServerErrorException * HttpMethodNotAllowedException * HttpNotFoundException * HttpNotImplementedException +* HttpTooManyRequestsException * HttpUnauthorizedException You can extend the `HttpSpecializedException` class if they need any other response codes that we decide not to provide with the base repository.