![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, exc, exc_class, node) | |
Public Attributes | |
| original_class | |
Something went wrong while traversing a parse tree. This exception exists to augment an underlying exception with information about where in the parse tree the error occurred. Otherwise, it could be tiresome to figure out what went wrong; you'd have to play back the whole tree traversal in your head.
| parsimonious.exceptions.VisitationError.__init__ | ( | self, | |
| exc, | |||
| exc_class, | |||
| node | |||
| ) |
Construct. :arg exc: What went wrong. We wrap this and add more info. :arg node: The node at which the error occurred