Skip to main content

exception_from_error

Function exception_from_error 

Source
pub fn exception_from_error(error: &RuntimeError) -> MException
Expand description

Materialize the language-level exception value caught by try/catch.

Executors own control transfer and frame/source decoration; Runtime owns the stable conversion from its semantic error contract to MException.