Throws a timestamped warning instead of stopping the program. This is the default exception handler used by Loggers.

default_exception_handler(e)

Arguments

e

an error condition object

Value

The warning as character vector

Examples

tryCatch(stop("an error has occurred"), error = default_exception_handler)
#> Warning: [2023-03-04 20:04:38.586] NULL ~ error in `doTryCatch(return(expr), name, parentenv, handler)`: an error has occurred