From 67b263ea71668d50f191116f79056f111f7acea8 Mon Sep 17 00:00:00 2001 From: asumikam Date: Sun, 4 Jan 2026 12:20:46 +0900 Subject: [PATCH] Add missing Exceptions --- docs/v4/middleware/error-handling.md | 2 ++ 1 file changed, 2 insertions(+) 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.