Base class for NodeVisitor-related tree pruning exceptions.
Raise subclasses from within visit_... or depart_... methods called from Node.walk() and Node.walkabout() tree traversals to prune the tree traversed.
There are no attributes in this class.
There are no methods in this class.