A generic function for raising any condition, including messages, warnings, and errors. Conditions of other classes should define a method for this generic.

raise(condition)

Arguments

condition

A condition() to raise