exception documentation

class PUndefinedError(PException):

Constructor: PUndefinedError(pcontext)

View In Hierarchy

Exception to indicate an undefined symbol, variable, etc.

Inherited from PException:

Method __init__ Exception initialization.
Method __str__ Nicely printable version of the exception.
Instance Variable pcontext PContext object with the interpreter state and error messages.