New standard continuation: error.
commitceecab7491c591ce185ede292d3d4859f00076aa
authorHenrik Tidefelt <tidefelt@isy.liu.se>
Tue, 18 Aug 2009 18:07:33 +0000 (18 20:07 +0200)
committerHenrik Tidefelt <tidefelt@isy.liu.se>
Tue, 18 Aug 2009 20:26:23 +0000 (18 22:26 +0200)
treedb91dc0fa7829bb2459df12bf4c82c89897e1629
parentda32f14d7ece37c3c9d877791e3d71d864202c76
New standard continuation: error.

This is the continuation which will be invoked when the kernel catches an exception of type CatchableError.

The default binding for C-error will convert the Lang::Exception to an Exception::UncaughtError, and throw it.
source/consts.cc
source/consts.h
source/continuations.cc
source/continuations.h
source/dynamicenvironment.cc