mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-02 02:03:21 +08:00
11 lines
125 B
Python
11 lines
125 B
Python
class _JediError(Exception):
|
|
pass
|
|
|
|
|
|
class InternalError(_JediError):
|
|
pass
|
|
|
|
|
|
class WrongVersion(_JediError):
|
|
pass
|