diff options
author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-03-11 17:44:14 +0000 |
---|---|---|
committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-03-11 17:44:14 +0000 |
commit | 14037354fd6d31ee1b0a7d7f3d6c07e34db2ecaf (patch) | |
tree | d2ee95fcab05c75592ce13fb07107bf1be088338 /nova/exception.py | |
parent | cfc7d21b959bc929295868aeb3e84ea56afbfd9c (diff) | |
parent | 7ca1669603132e3afd14606dda3f95ccbce08a41 (diff) | |
download | nova-14037354fd6d31ee1b0a7d7f3d6c07e34db2ecaf.tar.gz nova-14037354fd6d31ee1b0a7d7f3d6c07e34db2ecaf.tar.xz nova-14037354fd6d31ee1b0a7d7f3d6c07e34db2ecaf.zip |
merge from trunk...
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py index 7d65bd6a5..93c5fe3d7 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -88,6 +88,10 @@ class InvalidInputException(Error): pass +class InvalidContentType(Error): + pass + + class TimeoutException(Error): pass |