Skip to main content

wrap_nested_exception

Function wrap_nested_exception 

Source
pub fn wrap_nested_exception(error: Box<dyn Error + Send + Sync>) -> OpError
Expand description

Wrap nested op exception without op name Equivalent to Java wrapNestedOpException(Exception)