korlibs
Toggle table of contents
6.1.0-SNAPSHOT
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-jseval
/
korlibs.io.lang
/
ExternalJsException
External
Js
Exception
wasmJs
class
ExternalJsException
(
val
e
:
Any
?
)
:
Throwable
Members
Constructors
External
Js
Exception
Link copied to clipboard
wasmJs
constructor
(
e
:
Any
?
)
Properties
cause
Link copied to clipboard
wasmJs
open
val
cause
:
Throwable
?
e
Link copied to clipboard
wasmJs
val
e
:
Any
?
message
Link copied to clipboard
wasmJs
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
wasmJs
open
override
fun
toString
(
)
:
String