Skip to main content

classify_exception

Function classify_exception 

Source
pub fn classify_exception(e: &exception) -> ErrorKind
Expand description

Classify a C++ exception by analyzing its type and message.

This function attempts to determine the specific error category by checking exception types and analyzing error messages.