mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
11 lines
125 B
Python
11 lines
125 B
Python
class _JediError(Exception):
|
|
pass
|
|
|
|
|
|
class InternalError(_JediError):
|
|
pass
|
|
|
|
|
|
class WrongVersion(_JediError):
|
|
pass
|