Remove two unused Exception subclasses

Change-Id: I2f6b682681b3089eaaa5ae6686fef44e4807f49e
This commit is contained in:
Dougal Matthews 2016-12-09 16:50:09 +00:00
parent c79113bd88
commit f868ccd670
1 changed files with 0 additions and 8 deletions

View File

@ -72,13 +72,5 @@ class ProfileMatchingError(Exception):
"""Failed to validate or assign node profiles"""
class PasswordFileNotFound(Exception):
"""Password file for the Heat stack not found in the current working dir"""
class RootDeviceDetectionError(Exception):
"""Failed to detect the root device"""
class PlanCreationError(Exception):
"""Plan creation failed"""