throw.error.Rd
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, ...)
Returns nothing.
See the tryCatch()
method etc.
See the Exception
class for more detailed information.