summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/vpp/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/vyos/vpp/__init__.py b/python/vyos/vpp/__init__.py
index 3352914f1..2666de0ba 100644
--- a/python/vyos/vpp/__init__.py
+++ b/python/vyos/vpp/__init__.py
@@ -18,3 +18,7 @@
from .control_vpp import VPPControl
__all__ = ['VPPControl']
+
+
+class VppNotRunningError(Exception):
+ pass