cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
core
/
app.softwork.cikraft.core
/
CreatedFlow
/
ExceptionHandler
Exception
Handler
@
Serializable
data
class
ExceptionHandler
(
val
scripts
:
List
<
Script
>
,
val
injectedScripts
:
List
<
Script
>
)
(
source
)
Members
Constructors
Exception
Handler
Link copied to clipboard
constructor
(
scripts
:
List
<
Script
>
,
injectedScripts
:
List
<
Script
>
)
Properties
injected
Scripts
Link copied to clipboard
val
injectedScripts
:
List
<
Script
>
scripts
Link copied to clipboard
val
scripts
:
List
<
Script
>