Skip to content
TurtleKitty edited this page May 12, 2019 · 2 revisions

fail

This operator calls the current error handler with a single value. It can be any Vaquero object.

(fail 'we-are-screwed)
(fail '(dammit this that the-other-thing))
(fail (: code 42 message "Bad Link!" ))

See error.

Clone this wiki locally