Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Resource Invalid was not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
avidas committed Jan 3, 2014
1 parent 9d83730 commit b670de7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paypalrestsdk/exceptions.py
Expand Up @@ -84,6 +84,9 @@ class ResourceConflict(ClientError):
class ResourceGone(ClientError):
pass

#422 Invalid
class ResourceInvalid(ClientError):
pass

# 5xx Server Error
class ServerError(ConnectionError):
Expand Down

0 comments on commit b670de7

Please sign in to comment.