I think you could just do `throw new Unauthenticat...
# support-questions
r
I think you could just do
throw new UnauthenticatedError()
instead and it should reach your error middleware.
2 Views