libsir 2.2.5
Standard Incident Reporter
Loading...
Searching...
No Matches
sir::exception Class Reference

The exception type thrown by libsir. More...

Inherits std::runtime_error.

Detailed Description

The exception type thrown by libsir.

Derives from std::runtime_error in order to be caught easily by standard try/catch blocks, as well as to provide useful error messages by way of the std::exception::what() method.

To obtain additional information about the error that caused an exception, use error_info.

See also
error_info

The documentation for this class was generated from the following file: