NonScriptCatchableException

A base class for exceptions that can never be caught by scripts; throwing it from a function called from a script is guaranteed to bubble all the way up to your interpret call.. (scripts can also never catch Error btw)

class NonScriptCatchableException : Exception {}

Members

Mixins

__anonymous
mixin basicExceptionCtors

Meta

History

Added on April 24, 2020 (v7.3.0)

Suggestion Box / Bug Report