This function reacts to an unexpected error by throwing an error and linking to a GitHub issues site with the request to submit an issue.
unexpected_error(
msg = "We are sorry, an unexpected error occured.",
issue_link = "https://github.com/loelschlaeger/oeli/issues"
)No return value, but it throws an error.
A character, an error message.
A character, the URL to a GitHub issues site.