-
Notifications
You must be signed in to change notification settings - Fork 40
Use custom exception to signal a client error #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for submitting, it looks good, will take a closer look asap. |
|
Need to update the documentation (the doc directory) |
|
Ok, I'll have a look at that, too. |
|
Thanks @steinymity Haven’t forgotten this, I have some time off work after today so I can give it a proper review. |
|
Are there any outstanding comments as suggested in #95? Github doesn't show me any in the code, though… |
|
No they’re in this one, you should see them in pending status above? |
|
No, sorry, I can't see them. Even when looking at the commits or at the diff I cannot see any comment. Maybe I'm missing the rights to see them? |
|
Sorry I had to submit the review! |
|
No worries , I just commented/resolved the issues. |
* Allows methods to signal user-defined error condition.
This addresses #71 and introduces a new
ApiErrorexception type.