pub fn exception_from_error(error: &RuntimeError) -> MExceptionExpand 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.