Add in a new exception for when expected data structures cannot be found.

This commit is contained in:
Mike Auty
2018-08-08 21:26:25 +01:00
parent 60f31852b9
commit 19bdc367bf
+4
View File
@@ -79,3 +79,7 @@ class LayerException(VolatilityException):
class StructureException(VolatilityException):
"""Thrown when an error occurs dealing with an expected structure type"""
class MissingStructureException(VolatilityException):
"""Thrown when an error occurs due to an expected structure not being present"""