Add in plugin function capability (and make plugin validation centralized on plugin construction).

This commit is contained in:
Mike Auty
2017-01-04 22:58:54 +00:00
parent b4c36bcd15
commit 3a2cc24e2a
3 changed files with 35 additions and 6 deletions
+4
View File
@@ -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"""