ConditionClass
An object of class R6ClassGenerator of length 24.
R6ClassGenerator
Custom condition classes can be created with the help of this class.
Oops <- ConditionClass$new("oops", Error) Oops$new("Something went wrong") <oops: Something went wrong>