diff options
Diffstat (limited to 'pyGHDL/lsp')
-rw-r--r-- | pyGHDL/lsp/lsp.py | 1 |
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 |