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.
See Also
For more information see Exception
.
See also tryCatch()
.