mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
Tidy Exceptions and ensure LayerExceptions are passed a layer name.
This commit is contained in:
@@ -88,10 +88,6 @@ class LayerException(VolatilityException):
|
||||
self.layer_name = layer_name
|
||||
|
||||
|
||||
class StructureException(VolatilityException):
|
||||
"""Thrown when an error occurs dealing with an expected structure type."""
|
||||
|
||||
|
||||
class UnsatisfiedException(VolatilityException):
|
||||
|
||||
def __init__(self, unsatisfied: Dict[str, interfaces.configuration.RequirementInterface]) -> None:
|
||||
|
||||
Reference in New Issue
Block a user