throw.error: Throws (rethrows) an object of class 'error'

throw.errorR Documentation

Throws (rethrows) an object of class 'error'

Description

Rethrows an 'error' object. The 'error' class was introduced in R v1.8.1 with the new error handling mechanisms.

Usage

## S3 method for class 'error'
throw(error, ...)

Arguments

error

An object or class 'error'.

...

Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson

See Also

See the tryCatch() method etc. See the Exception class for more detailed information.


HenrikBengtsson/R.oo documentation built on Jan. 31, 2024, 9:06 a.m.