Throws (rethrows) an object of class 'error'
Rethrows an 'error' object. The 'error' class was introduced in R v1.8.1 with the new error handling mechanisms.
## S3 method for class 'error' throw(error, ...)
error |
An object or class 'error'. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson
See the tryCatch()
method etc.
See the Exception
class for more detailed information.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.