throw
special-form
(throw exception)
Throws an exception.
make-html > (throw (lisp-exception:new "Bad things happened.")) Bad things happened.