No need to define NotImplementedError, Python has its own.
This commit is contained in:
parent
20e526c28c
commit
b124b48a75
3 changed files with 6 additions and 11 deletions
|
@ -9,8 +9,3 @@ class OpenPhotoDuplicateError(OpenPhotoError):
|
|||
class OpenPhoto404Error(Exception):
|
||||
""" Indicates that an Http 404 error code was received (resource not found) """
|
||||
pass
|
||||
|
||||
class NotImplementedError(OpenPhotoError):
|
||||
""" Indicates that the API function has not yet been coded - please help! """
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue