toggle menu
few
jvm
switch theme
search in API
web
/
web.handler
/
ControllerExceptionHandler
/
handleInternalServerError
handle
Internal
Server
Error
@
ExceptionHandler
(
value
=
[
Exception::class
]
)
fun
handleInternalServerError
(
ex
:
Exception
,
request
:
HttpServletRequest
)
:
ApiResponse
<
ApiResponse.FailureBody
>