Skip to main content

exception_wrapping

Function exception_wrapping 

Source
pub fn exception_wrapping(
    out: &mut CodeValue,
    source: &str,
    message: &str,
    inner: &CodeValue,
)
Expand description

exception, carrying the failure that caused it as innerException.