R/exceptions.R
signal.Rd
signal exception in applications
signal(class, message = NULL, data = NULL, call = sys.call(-1), ...)
- string vector that indicate class of the exception
- string that indicate given exception
- optional data that should be used as exception
- call for stack trace
- eny extra data that should be added to the exception