Function: COMMON-LISP:SIGNAL

package type clhs github

Invokes the signal facility on a condition formed from DATUM and ARGUMENTS. If the condition is not handled, NIL is returned. If (TYPEP condition BREAK-ON-SIGNALS) is true, the debugger is invoked before any signalling is done.

Lambda list

(sb-kernel::datum &rest sb-kernel::arguments)