exception documentation
class PInvalidArgumentError(PException):
Constructor: PInvalidArgumentError(pcontext)
Exception when there was an invalid argument to a symbol 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. |