chickadee » simple-exceptions » make-exception

make-exception msg #!rest kind-keysprocedure

Returns a procedure of at least one argument, a symbol describing the location of its call, and an optional other argument, a list of arguments, which creates an exception of kinds kind-keys, message msg, as well as the given location and arguments.