tiny-invariant icon indicating copy to clipboard operation
tiny-invariant copied to clipboard

CusomError

Open fakkio opened this issue 2 years ago • 1 comments

hi,

it would be nice if you can pass, as second parameter, a custom error to be thrown.

e.g:

invariant(currentUser.roles.includes("admin"), new ForbiddenError("You are not authorized to view this resource"));

Fabio.

fakkio avatar Dec 22 '22 14:12 fakkio

This would be cool and I have needed this too

alexreardon avatar Jan 16 '23 05:01 alexreardon