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
Version: v3.0.4
RoutingPanel is empty when BadRequestException is throwed.
Go to non-exist URL in project and let it throw BadRequestException.
Shows all defined routes in RoutingPanel.
This commit 177f1ec breaks it. But I don't know correct compatibility way with new RouteList.
The text was updated successfully, but these errors were encountered:
a59449e
No branches or pull requests
Version: v3.0.4
Bug Description
RoutingPanel is empty when BadRequestException is throwed.
Steps To Reproduce
Go to non-exist URL in project and let it throw BadRequestException.
Expected Behavior
Shows all defined routes in RoutingPanel.
Possible Solution
This commit 177f1ec
breaks it. But I don't know correct compatibility way with new RouteList.
The text was updated successfully, but these errors were encountered: