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 LSPException catches them without also catching failures of the analyzer or of the document object model.

Inheritance

Inheritance diagram of LSPException

Parameters:

message (str)

Return type:

None