VisitError

VisitError

VisitError is raised when visitors are interrupted by an exception

It provides the following attributes for inspection:

Parameters:
    rule: the name of the visit rule that failed
    obj: the tree-node or token that was being processed
    orig_exc: the exception that cause it to fail

Note: These parameters are available as attributes

VisitError

VisitError is raised when visitors are interrupted by an exception

It provides the following attributes for inspection:

Parameters:
    rule: the name of the visit rule that failed
    obj: the tree-node or token that was being processed
    orig_exc: the exception that cause it to fail

Note: These parameters are available as attributes