Package dap :: Module exceptions :: Class ExtensionNotSupportedError
[hide private]
[frames] | no frames]

Class ExtensionNotSupportedError

source code

exceptions.Exception --+        
                       |        
                DapError --+    
                           |    
                 PluginError --+
                               |
                              ExtensionNotSupportedError

Exception raised when trying to open a file not supported by any plugins.

Instance Methods [hide private]

Inherited from DapError: __init__, __str__

Inherited from exceptions.Exception: __getitem__


Class Variables [hide private]
  code = 301

Class Variable Details [hide private]

code

None
Value:
301