toggle menu
lmos-runtime
0.4.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.exception
/
GlobalExceptionHandler
/
handleAllExceptions
handle
All
Exceptions
@
ExceptionHandler
(
value
=
[
Exception::class
]
)
fun
handleAllExceptions
(
exchange
:
ServerWebExchange
,
ex
:
Exception
)
:
ResponseEntity
<
ErrorMessage
>