create_exception: Create an exception

Description Usage Arguments

View source: R/exceptional.R

Description

Create an objecto fo class "exceptional" that contains a message and data that can be further manipulated programatically.

Usage

1
create_exception(message, nature, id = NULL, ..., allowed_natures = NULL)

Arguments

message

The message that should be displayed to the user. Object of class "exceptional-message", created with [create_message()].

nature

The nature of the exception. 'allowed_natures'.


lorenzwalthert/exceptional documentation built on May 19, 2019, 4:10 p.m.