R/stop.R
winch_stop.Rd
Primarily intended for testing.
winch_stop(message)
The error message.
This function throws an error and does not return.
winch_call()
try(winch_stop("Test")) #> Error in winch_stop("Test") : winch_stop(): Test