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
This line does not allow status code above 500.
api/src/Exception/Handler.php
Line 218 in 85866b7
There's a whole range of status codes above 500.
What could be the reason 500+ is not allowed? 100 - 599 seems plausible.
The text was updated successfully, but these errors were encountered:
@philipborbon Yep, I see what you mean, I will make it > 599
Sorry, something went wrong.
Fixed, tagged as v3.0.4
specialtactics
No branches or pull requests
This line does not allow status code above 500.
api/src/Exception/Handler.php
Line 218 in 85866b7
There's a whole range of status codes above 500.
What could be the reason 500+ is not allowed? 100 - 599 seems plausible.
The text was updated successfully, but these errors were encountered: