Minor updates in README.md
This commit is contained in:
parent
d195692b02
commit
932c926f97
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue