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