R.oo (version 1.20.0)

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

Description

Static method to get the last Exception instanciated.

Usage

## Static method (use this): ## Exception$getLastException(...)
## Don't use the below: "getLastException"(this, ...)

Arguments

...
Not used.

Value

Returns an Exception object.

See Also

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