Skip to content
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

Raise ObjectNotFoundError exception on 404 #55

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

keimlink
Copy link
Member

@keimlink keimlink commented Jun 2, 2015

This pull request fixes #25.

@keimlink keimlink added this to the 0.2.0 milestone Jun 2, 2015
@DebVortex
Copy link
Contributor

Maybe it would be good to place the raising of the Error at another possition? Currtently, only if you use a single object, a 404 is handeld propper. If you use e.g. filter, no error gets rissen. Just a emtpy list will be returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ObjectNotFound does not get risen, when the request returns a 404
2 participants