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
/
NotFoundExceptionHandler
Not
Found
Exception
Handler
@
Singleton
class
NotFoundExceptionHandler
:
ExceptionHandler
<
NotFoundException
,
HttpResponse
<
ErrorResponse
>
>
Members
Constructors
Not
Found
Exception
Handler
Link copied to clipboard
constructor
(
)
Functions
handle
Link copied to clipboard
open
override
fun
handle
(
request
:
HttpRequest
<
*
>
,
exception
:
NotFoundException
)
:
HttpResponse
<
ErrorResponse
>