Description
Throws a condition of class c("error", "packager", "condition").
Usage
throw(message_string, system_call = sys.call(-1), ...)
Arguments
message_string
The message to be thrown.
Value
The function does never return anything, it stops with a
condition of class c("error", "packager", "condition").
Details
We use this condition as an error dedicated to packager.