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
Right now, while an exception is thrown, these are mostly managed by Guzzle and where they are manged by us simply limited to the default PHP exception class. I want to get away from this and give useful errors to the developer by implementing several exception classes in the support folder.
We may want to look at the Guzzle side of things for this when dealing with #22 as well.
The text was updated successfully, but these errors were encountered:
Right now, while an exception is thrown, these are mostly managed by Guzzle and where they are manged by us simply limited to the default PHP exception class. I want to get away from this and give useful errors to the developer by implementing several exception classes in the support folder.
We may want to look at the Guzzle side of things for this when dealing with #22 as well.
The text was updated successfully, but these errors were encountered: