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

do_panic

Panic_Handler.do_panic

panic with the given message

NYI: The result of do_panic should be returned by `use`, but there is
currently no way we could do this. One way would be to add a local
variable of type `Any` to `panic` and store the result there and then
cast it to the correct type in `use` (see
https://fuzion-lang.dev/design/type_casts_ref)