aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/lsp.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/lsp/lsp.py')
-rw-r--r--pyGHDL/lsp/lsp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyGHDL/lsp/lsp.py b/pyGHDL/lsp/lsp.py
index 7d869d484..a2598f186 100644
--- a/pyGHDL/lsp/lsp.py
+++ b/pyGHDL/lsp/lsp.py
@@ -7,6 +7,7 @@ log = logging.getLogger("ghdl-ls")
is_windows = os.name == "nt"
+
class ProtocolError(Exception):
pass