R.oo (version 1.26.0)

Exception$getLastException: Static method to get the last Exception thrown

Description

Static method to get the last Exception created.

Usage

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

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

Value

Returns an Exception object.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

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