Skip to main content

wrap_nested_op_exception

Function wrap_nested_op_exception 

Source
pub fn wrap_nested_op_exception(trigger_name: &str, error: OpError) -> OpError
Expand description

Wrap nested op exception with context Equivalent to Java wrapNestedOpException(String, Exception)