Next: , Up: Trap Library   [Index]


7.25.1 Trap Library Specifics

The interfaces exported by the trap library objects are mostly concerned with error trapping at function level.

See Limiting The Scope Of Errors.

Included are variadic functions that call functions and make good for errors in their execution, provided the errors are not too severe.

See Error Classes.

Related utilities include plain function callers (no error trapping), error generation, etc.