klyn.UncheckedException.UncheckedException
constructor
public UncheckedException(message as String = ""):
Description

Creates an unchecked exception.

Parameters
ParameterDescription
messageHuman-readable error message.
Example
ex = UncheckedException("runtime failure")
assert ex.message == "runtime failure"