effect 'panic(message: String) -> NeverAborts the current handled extent with a diagnostic message.
A user handler may recover by replacing the extent's Never path. Without one, the root host fallback writes the message to standard error and exits the process.
View Source
pub effect 'panic(message: String) -> Never