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
As for now there are 62 places where std::runtime_error is thrown and 9 places where std::system_error is thrown,
and this makes it really hard to distinguish different kinds of errors programmatically.
Would be great if you could introduce something like ParsingError, NetworkError etc.