hexagon
2.7.0
jvm
http_server
/
com.hexagonkt.http.server.handlers
/
ServerBuilder
/
exception
exception
fun
<
T
:
Exception
>
exception
(
exception
:
KClass
<
T
>
?
=
null
,
status
:
HttpStatus
?
=
null
,
callback
:
HttpExceptionCallback
<
T
>
)
inline
fun
<
T
:
Exception
>
exception
(
status
:
HttpStatus
?
=
null
,
noinline
callback
:
HttpExceptionCallback
<
T
>
)