diff options
author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-13 16:36:33 -0400 |
---|---|---|
committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-13 16:36:33 -0400 |
commit | beebed574bba9ef0e7bbeedd554a13ad5ded375a (patch) | |
tree | 3b35c1e18dc6604023474f871903b0d12eabb02e /nova/exception.py | |
parent | 79a2c349ca5772a69b6f7f28a768e711d6db1524 (diff) | |
parent | a4aa6725be683e7e1f35df1e54069b755d19551b (diff) | |
download | nova-beebed574bba9ef0e7bbeedd554a13ad5ded375a.tar.gz nova-beebed574bba9ef0e7bbeedd554a13ad5ded375a.tar.xz nova-beebed574bba9ef0e7bbeedd554a13ad5ded375a.zip |
Merge from trunk
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py index b8894758f..f157fab2d 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -69,6 +69,9 @@ class NotEmpty(Error): class Invalid(Error): pass +class InvalidInputException(Error): + pass + def wrap_exception(f): def _wrap(*args, **kw): |