![]() |
Cyclone Scheme
0.28.0
|
Raise and handle Scheme exceptions. More...
Functions | |
| object | Cyc_current_exception_handler (void *data) |
| Return the current exception handler. More... | |
| object | Cyc_default_exception_handler (void *data, object _, int argc, object *args) |
| The default exception handler. More... | |
| void | Cyc_rt_raise (void *data, object err) |
| Raise an exception from the runtime code. More... | |
| void | Cyc_rt_raise2 (void *data, const char *msg, object err) |
| Raise an exception from the runtime code. More... | |
| void | Cyc_rt_raise_msg (void *data, const char *err) |
| Raise an exception from the runtime code. More... | |
Raise and handle Scheme exceptions.
1.8.17