liquid-labs / standard-error-set

undefined
Apache License 2.0
0 stars 1 forks source link

Add support for recursive `and` options in `rethrowIf()` #21

Closed zanerock closed 2 months ago

zanerock commented 2 months ago

Overview

We want to express { instanceOf: ArgumentInvalidError, and: { statusIs: 400 }}.

zanerock commented 2 months ago

Work for this issue will begin begin on branch work-liquid-labs/standard-error-set/21.