Generator class to create new condition classes

Usage

ConditionClass

Format

An object of class R6ClassGenerator of length 24.

Description

Custom condition classes can be created with the help of this class.

Examples

Oops <- ConditionClass$new("oops", Error) Oops$new("Something went wrong")
<oops: Something went wrong>