<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de">marcel.taeumel@hpi.de</a>> schrieb am Sa., 2. Nov. 2019, 13:54:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div id="m_-1915767081189451620__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:#000000">
                                        Are there other exception mechanisms out there that have notifications at all?</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">In Common Lisp exceptions are called conditions and error is a subtype of condition. However whether a debugger appears in case of an unhandled condition is not determined by the type of the condition, but by whether the condition was signalled with the function #'signal or with the function #'error. The latter establishes a default handler that opens the debugger.</div></div>