munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.infrastructure.adapter.inbound.http
/
UnauthorizedExceptionHandler
Unauthorized
Exception
Handler
@
Singleton
class
UnauthorizedExceptionHandler
:
ExceptionHandler
<
UnauthorizedException
,
HttpResponse
<
ErrorResponse
>
>
Members
Constructors
Unauthorized
Exception
Handler
Link copied to clipboard
constructor
(
)
Functions
handle
Link copied to clipboard
open
override
fun
handle
(
request
:
HttpRequest
<
*
>
,
exception
:
UnauthorizedException
)
:
HttpResponse
<
ErrorResponse
>