exception documentation
Exception to indicate an executed return-from commands.
| Method | __init__ |
Exception initialization. |
| Instance Variable | name |
Name of the block to return to. |
Inherited from PException:
| Method | __str__ |
Nicely printable version of the exception. |
| Instance Variable | pcontext |
PContext object with the interpreter state and error messages. |