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

Creates an unchecked exception.

Parameters
  • message Human-readable error message. ```klyn ex = UncheckedException("runtime failure") assert ex.message == "runtime failure" ```