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
Being able to write get("example.com").Catch(404, handleNotFound) might be "neat", there could be other good reasons to wrap exceptions up in custom types as well?
Being able to write
get("example.com").Catch(404, handleNotFound)might be "neat", there could be other good reasons to wrap exceptions up in custom types as well?