diff options
Diffstat (limited to 'meta/jsonobject/exceptions.py')
| -rw-r--r-- | meta/jsonobject/exceptions.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/jsonobject/exceptions.py b/meta/jsonobject/exceptions.py deleted file mode 100644 index a42022e120..0000000000 --- a/meta/jsonobject/exceptions.py +++ /dev/null @@ -1,10 +0,0 @@ -class DeleteNotAllowed(Exception): - pass - - -class BadValueError(Exception): - """raised when a value can't be validated or is required""" - - -class WrappingAttributeError(AttributeError): - pass |
