Replies: 1 comment
-
You can catch and reraise to your heart's content, it's Ruby. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
When I add the
:headers
matcher, the error outputs all headers. Now, I've created a custom matcher which only checks theAuthorization
header. If that fails, it just outputs the uri that doesn't match.If my basic auth matcher fails, can I somehow output that information in the error message?
Beta Was this translation helpful? Give feedback.
All reactions