summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py
index fd3899cff..698b49c2b 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -452,10 +452,6 @@ class InvalidID(Invalid):
message = _("Invalid ID received %(id)s.")
-class InvalidPeriodicTaskArg(Invalid):
- message = _("Unexpected argument for periodic task creation: %(arg)s.")
-
-
class ConstraintNotMet(NovaException):
message = _("Constraint not met.")
code = 412