1
0
forked from VimPlug/jedi

A possible introduction for projects

This commit is contained in:
Dave Halter
2018-01-15 23:57:08 +01:00
parent 999fb35914
commit 2a0e8f91d3
5 changed files with 149 additions and 18 deletions

View File

@@ -1,2 +1,10 @@
class InternalError(Exception):
class _JediError(Exception):
pass
class InternalError(_JediError):
pass
class WrongVersion(_JediError):
pass