We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @robtweed
If we take a look at no docment store logic, we can see that it uses customError function https://github.com/robtweed/qewd/blob/master/lib/appHandler.js#L113-L119
no docment store
customError
However, if we take a look at session is not authenticated logic https://github.com/robtweed/qewd/blob/master/lib/appHandler.js#L271-L278 we see no customError involved.
session is not authenticated
Should I add customError logic to session is not authenticated logic?
The text was updated successfully, but these errors were encountered:
Hmmm - good question. I think no, leave it as is for now. I may add custom error logic for this at a later stage
Sorry, something went wrong.
No branches or pull requests
Hi @robtweed
If we take a look at
no docment store
logic, we can see that it usescustomError
functionhttps://github.com/robtweed/qewd/blob/master/lib/appHandler.js#L113-L119
However, if we take a look at
session is not authenticated
logichttps://github.com/robtweed/qewd/blob/master/lib/appHandler.js#L271-L278
we see no
customError
involved.Should I add
customError
logic tosession is not authenticated
logic?The text was updated successfully, but these errors were encountered: