mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14: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
|