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