Static method to get the last Exception created.

## Static method (use this):
## Exception$getLastException(...)

## Don't use the below:
# S3 method for class 'Exception'
getLastException(this, ...)

Arguments

...

Not used.

Value

Returns an Exception object.

See also

For more information see Exception. See also tryCatch().

Author

Henrik Bengtsson

Examples