`condition()` should be less strict with text. Default should allow the user to supply any text: ```r FooCondition := condition() FooError("my message") #> FooCondition/condition #> (FooCondition/cnd::condition/condition) #> my message ```
condition()should be less strict with text. Default should allow the user to supply any text: