pyGHDL.lsp
Submodules
Exceptions
LSPException: The exception is raised for every failure of the language server.
Exceptions
- exception pyGHDL.lsp.LSPException(message='')[source]
The exception is raised for every failure of the language server.
It is the base-class of the language server’s exceptions, so
except LSPExceptioncatches them without also catching failures of the analyzer or of the document object model.Inheritance
- Parameters:
message (str)
- Return type:
None