mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-28 10:49:42 +02:00
Add in a new exception for when expected data structures cannot be found.
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user