Remove the unused exception PlanOperationError

Change-Id: Ic1ca5e3fef17061f553d2ad0195de2adeb1c932a
This commit is contained in:
Dougal Matthews 2017-06-29 12:09:35 +01:00
parent 87c621855c
commit cad8b4e1c2
1 changed files with 0 additions and 4 deletions

View File

@ -104,10 +104,6 @@ class RootDeviceDetectionError(Exception):
"""Failed to detect the root device"""
class PlanOperationError(Exception):
"""Error while performing a deployment plan operation"""
class DeriveParamsError(Exception):
"""Error while performing a derive parameters operation"""