##// END OF EJS Templates
Merge pull request #4101 from minrk/engineerror...
Min RK -
r12295:27f366ab merge
parent child Browse files
Show More
@@ -43,6 +43,9 b' class IPythonError(Exception):'
43 class KernelError(IPythonError):
43 class KernelError(IPythonError):
44 pass
44 pass
45
45
46 class EngineError(KernelError):
47 pass
48
46 class NoEnginesRegistered(KernelError):
49 class NoEnginesRegistered(KernelError):
47 pass
50 pass
48
51
General Comments 0
You need to be logged in to leave comments. Login now