summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugin/exceptions.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugin/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugin/exceptions.py b/src/lib/Bcfg2/Server/Plugin/exceptions.py
index de561e8e4..24ac96917 100644
--- a/src/lib/Bcfg2/Server/Plugin/exceptions.py
+++ b/src/lib/Bcfg2/Server/Plugin/exceptions.py
@@ -1,5 +1,6 @@
""" Exceptions for Bcfg2 Server Plugins."""
+
class PluginInitError(Exception):
"""Error raised in cases of
:class:`Bcfg2.Server.Plugin.base.Plugin` initialization errors."""