Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Fault_Handler

fuzion.runtime.Fault_Handler

Fault_Handler -- abstract fault hadler

Functions

Install this fault handler using a new instance of fault and run
`code` on it. In case of an abort, return `def()` (NYI: def should be
removed and the result of fail should be returned instead).
§fail(kind String, msg String)
 => 
unit
:
Any 
fail with given kind and given message