From 932c926f97c5901107acc8b4f44abcca2d501710 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 26 Sep 2024 12:21:26 +0300 Subject: [PATCH] Minor updates in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e05d7e3..23eba9b 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ e.g This library provides exception handling if an error is occurred. -### Know Http Exceptions +### Known Http Exceptions - UnauthorizedException (401) - ForbiddenException (403) @@ -165,7 +165,7 @@ This library provides exception handling if an error is occurred. - UnprocessableException (422) Create your own Exception with HttpStatus by extending **HttpException** class. -By default, any other Exception produces Http Status 400 (BAD REQUEST). +By default, any other RuntimeException produces Http Status 400 (BAD REQUEST). ## Swagger configuration