I apologize in advanced if I missed this somewhere in the docs, but say I have the following code: ```javascript check('foo') .exists().withMessage('some message') .custom(...) ``` Is there a way that I can prevent `custom` from running if the `exists` check fails?
I apologize in advanced if I missed this somewhere in the docs, but say I have the following code:
Is there a way that I can prevent
customfrom running if theexistscheck fails?