Demote an exception to a warning
Throws a timestamped warning instead of stopping the program. This is the default exception handler used by Loggers.
default_exception_handler(e)
e |
an |
The warning as character
vector
tryCatch(stop("an error has occurred"), error = default_exception_handler)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.