You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iiopp: exceptions now have a specific type, derived from std::system_error
std::system_error is better at reporting errno-based errors: It also
reports the error code while runtime_error only reported a message.
Also throwing a specific iiopp::error class allows applications to
discriminate them from other kinds of errors.
Signed-off-by: Tilman Blumhagen <[email protected]>
0 commit comments