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