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
we expose a lot of guzzle exceptions when things go wrong. we should wrap them in domain exceptions to let users of rokka write http-independent code. we should disable exceptions and instead handle response codes in our code and throw appropriate exceptions.
The text was updated successfully, but these errors were encountered:
we expose a lot of guzzle exceptions when things go wrong. we should wrap them in domain exceptions to let users of rokka write http-independent code. we should disable exceptions and instead handle response codes in our code and throw appropriate exceptions.
The text was updated successfully, but these errors were encountered: