1.2.1
Add support to UnauthorizedException
Exception | Status code description | Status code |
---|---|---|
UnauthorizedException | Unauthorized | 401 |
Throw exception
throw new UnauthorizedException("Custom unauthorized exception message");
Add support to UnauthorizedException
Exception | Status code description | Status code |
---|---|---|
UnauthorizedException | Unauthorized | 401 |
throw new UnauthorizedException("Custom unauthorized exception message");