See Original text in context
method message(Exception: --> Str)
This is a stub that must be overwritten by subclasses, and should return the exception message.
Special care should be taken that this method does not produce an exception itself.
try die "Something bad happened";if ($!)
See Original text in context
Returns the custom message provided to !!!
, or a reasonable default if none was provided.
See Original text in context
method message()
Returns "<done control exception>"
See Original text in context
Returns the message including the above properties.
See Original text in context
method message()
Returns "<next control exception>"
See Original text in context
method message()
Returns "<redo control exception>".
See Original text in context
method message()
Returns 'DateTime.new(Str): :timezone argument not allowed with a timestamp offset'
See Original text in context
method message()
Returns "<proceed control exception>"
See Original text in context
method message()
Returns "<next control exception>"
See Original text in context
method message()
Returns "<take control exception>".
See Original text in context
method message()
Returns "<last control exception>". Since this type of exception is to be consumed by type and not really by the content of the message, this is a generic message, similar to all other CX::*
exceptions.
See Original text in context
method message()
Returns "<emit control exception>"
See Original text in context
method message()
Returns "<return control exception>"