Skip to contents

This function reacts to an unexpected error by throwing an error and linking to an issue site with the request to submit an issue.

Usage

unexpected_error(
  msg = "Ups, an unexpected error occured.",
  issue_link = "https://github.com/loelschlaeger/oeli/issues"
)

Arguments

msg

[character(1)]
An error message.

[character(1)]
The URL to an issues site.

Value

No return value, but it throws an error.