src/pmc/exception_handler.pmc

NAME

src/pmc/exception_handler.pmc - Exception Handler PMC

DESCRIPTION

When an exception handler is called, the exception object is passed as REG_PMC(interp, 5), the original contents of this register is in the exception object's _P5 attribute.

Methods

void init()

Initializes the exception handler.

HISTORY

Initial revision by leo 2003.07.10.


parrot