diff options
author | Eric Windisch <eric@cloudscaling.com> | 2011-03-09 17:23:52 -0500 |
---|---|---|
committer | Eric Windisch <eric@cloudscaling.com> | 2011-03-09 17:23:52 -0500 |
commit | d9f5e34c4eb88c55fcc8b534b798b6d21a973b41 (patch) | |
tree | b0f87052ab3c188f1dad8887fcb9abb24e3a6684 /nova/exception.py | |
parent | 5f6a58c7c2a7359f67bc4e2c2eb6bb9cc0a9ff01 (diff) | |
parent | 97983b7725a65482627aa32db1ea0e67ca7b3584 (diff) | |
download | nova-d9f5e34c4eb88c55fcc8b534b798b6d21a973b41.tar.gz nova-d9f5e34c4eb88c55fcc8b534b798b6d21a973b41.tar.xz nova-d9f5e34c4eb88c55fcc8b534b798b6d21a973b41.zip |
Merge main
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 |