krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
TrapException
Trap
Exception
open
class
TrapException
(
msg
:
String
)
:
WasmEngineException
Wasm spec: runtime trap during execution (unreachable, OOB access, null ref, etc.).
Members
Constructors
Trap
Exception
Link copied to clipboard
constructor
(
msg
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?