ab4488b
1
2
3
4
5
6
7
class TreeError(RuntimeError): """Tree Error.""" class LoopError(TreeError): """Tree contains infinite loop."""