☰
Fault_Handler
fuzion.runtime.Fault_Handler
Fault_Handler -- abstract fault hadler
Functions
§use(R type, code Function fuzion.runtime.Fault_Handler.use.R, def Function fuzion.runtime.Fault_Handler.use.R) => fuzion.runtime.Fault_Handler.use.R:Any
§use(R
type
, code Function fuzion.runtime.Fault_Handler.use.R, def Function fuzion.runtime.Fault_Handler.use.R) =>
fuzion.runtime.Fault_Handler.use.R:
Any 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).
`code` on it. In case of an abort, return `def()` (NYI: def should be
removed and the result of fail should be returned instead).