chickadee » chicken » base » error

(error [LOCATION] [STRING] EXP ...)procedure

Prints error message, writes all extra arguments to the value of (current-error-port) and invokes the current exception-handler. This conforms to SRFI-23. If LOCATION is given and a symbol, it specifies the location (the name of the procedure) where the error occurred.