Record additional causes of exception
modifies the existing baseException
= addCause(baseException
,causeException
)MException
object
baseException
by appending
causeException
to its cause
property.
Catching the resulting exception in a try/catch
statement makes
the base exception, along with all of the appended cause records, available to help
diagnose the error.
assert
| error
| MException.last
| rethrow
| throw
| throwAsCaller
| try, catch