status: final (2002-12-01)
keywords: Exceptions
library name: exception-handling
This SRFI defines exception-handling and exception-raising constructs for Scheme, including
with-exception-handler
procedure and a guard
form for installing
exception-handling procedures,
raise
procedure for invoking
the current exception handler.
This SRFI is based on (withdrawn) SRFI 12: Exception Handling by William Clinger, R. Kent Dybvig, Matthew Flatt, and Marc Feeley.