Instances of ExceptionalEvent can have a default handler block that is run if the exception occurs outside of a when:do expression.If desired, the default handler block can be run from inside of a handler block by sending handlesByDefault to the handler's signal argument.The exitWith: and retry messages cannot be used in the default handler block unless the expression that caused the exception was run inside the receiver block of a when:do: expression.
|