Minor updates in README.md

This commit is contained in:
Konstantinos Triantafyllou 2024-09-26 12:21:26 +03:00
parent d195692b02
commit 932c926f97
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ e.g
This library provides exception handling if an error is occurred. This library provides exception handling if an error is occurred.
### Know Http Exceptions ### Known Http Exceptions
- UnauthorizedException (401) - UnauthorizedException (401)
- ForbiddenException (403) - ForbiddenException (403)
@ -165,7 +165,7 @@ This library provides exception handling if an error is occurred.
- UnprocessableException (422) - UnprocessableException (422)
Create your own Exception with HttpStatus by extending **HttpException** class. 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 ## Swagger configuration