Skip to content
New issue

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

RouteNotFoundException instead of NotFoundHttpException #184

Open
binarious opened this issue Jul 7, 2014 · 0 comments
Open

RouteNotFoundException instead of NotFoundHttpException #184

binarious opened this issue Jul 7, 2014 · 0 comments

Comments

@binarious
Copy link

When you browse to app_dev.php/media/cache/why_500/error you get:

Unable to generate a URL for the named route "_imagine_why_500" as such route does not exist.
500 Internal Server Error - RouteNotFoundException

IMO this should be a 404:

No route found for "GET /media/cache/why_500/error"
404 Not Found - NotFoundHttpException 

because this is what you get visiting app_dev.php/media/cache/why_500/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant