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
When a function could fail (while accessing a database for example), user can catch the exception and display the message with 'what()', as with standard exceptions. For example:
If the exception is not caught by the user, a standard error message is displayed thank to the segmentation signal handler. Main class is sydException.h.