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.
def __init__(self, pcontext: PContext, name: str):

Exception initialization.

Parameters
pcontext:PContextPContext object with the interpreter state and error messages.
name:strName of the block to return to.
name =

Name of the block to return to.