toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminExceptionHandler
/
handleIllegalArgument
handle
Illegal
Argument
@
ExceptionHandler
(
value
=
[
IllegalArgumentException::class
]
)
fun
handleIllegalArgument
(
ex
:
IllegalArgumentException
)
:
ResponseEntity
<
RagAdminApiErrorResponse
>