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
Also, we should stop throwing std::strings, and start throwing custom exceptions that inherit from std::exception. It is very lame to have to catch both std::string AND std::exception everywhere.
libjob needs to catch exceptions and gracefully error out, because otherwise it will kill the program in unusual ways.
Example:
The text was updated successfully, but these errors were encountered: