diff options
| author | Chuck Short <zulcss@ubuntu.com> | 2011-03-09 21:33:01 -0500 |
|---|---|---|
| committer | Chuck Short <zulcss@ubuntu.com> | 2011-03-09 21:33:01 -0500 |
| commit | 7a5915dc4f575ed08b4e4645286e4efe1cf835e2 (patch) | |
| tree | 5b337f5c518cb80939e317355cc4b4c5d8d6eafa /nova/exception.py | |
| parent | 6cd8df74534fcb8db319aa4578220d20aacccbed (diff) | |
| parent | 84c769ce17822eac3788336cbae8f82f03f089cf (diff) | |
Merged 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 |
