winch_stop: Raise an error from native code

View source: R/stop.R

winch_stopR Documentation

Raise an error from native code

Description

Primarily intended for testing.

Usage

winch_stop(message)

Arguments

message

The error message.

Value

This function throws an error and does not return.

See Also

winch_call()

Examples

try(winch_stop("Test"))

winch documentation built on April 20, 2023, 9:14 a.m.