powered by
Rethrows an 'error' object. The 'error' class was introduced in R v1.8.1 with the new error handling mechanisms.
# S3 method for error throw(error, ...)
Returns nothing.
An object or class 'error'.
Not used.
Henrik Bengtsson
See the tryCatch() method etc. See the Exception class for more detailed information.
tryCatch()
Exception