Exception$getLastException | R Documentation |
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, ...)
... |
Not used. |
Returns an Exception
object.
Henrik Bengtsson
For more information see Exception
.
See also tryCatch()
.
## Not run: For a complete example see help(Exception).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.