From: Matthew Flatt (mflatt at cs.utah.edu) Date: Mon Aug 23 00:07:15 EDT 2004 |
|
At Sat, 21 Aug 2004 17:03:08 -0400, "David J. Neu" wrote: > I'm writing a mzscheme extension that raises some exceptions using > scheme_signal_error, and I'm wondering which predicate I could use in > with-handlers to determine which exception was raised. scheme_signal_error() raises `exn:misc' in v20x. In v299 (where the exception hierarchy was revised again), it raises `exn:fail'. Matthew
Posted on the users mailing list. |
|