mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 12:04:50 +02:00
Add in plugin function capability (and make plugin validation centralized on plugin construction).
This commit is contained in:
@@ -10,6 +10,10 @@ class VolatilityException(Exception):
|
||||
"""Class to allow filtering of all VolatilityExceptions"""
|
||||
|
||||
|
||||
class PluginRequirementException(VolatilityException):
|
||||
"""Class to allow plugins to indicate that a requirement has not been fulfilled"""
|
||||
|
||||
|
||||
class SymbolError(VolatilityException):
|
||||
"""Thrown when a symbol lookup has failed"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user