PASS Language Extension

error.h

Passes on unhandled errors to a higher level.

The macro PASS passes on any unhandled errors to a higher level error handler (see TRY for more info). In fact, it executes ER_throwVar with errCode as an argument.


Uses: ER_throwVar, errCode
Used by: ENDFINAL