-
Notifications
You must be signed in to change notification settings - Fork 11k
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
App::abort(404) not listening to custom error handler #48
Comments
When using |
Fixed. |
This was referenced Dec 7, 2016
joelharkes
pushed a commit
to joelharkes/framework_old
that referenced
this issue
Mar 7, 2019
Feature/roles endpoints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using
App::abort(404);
to force a 404 however I'm getting the standard stack trace and Laravel doesn't seem to listen to the following error handler I've added toapp/start/global.php
The text was updated successfully, but these errors were encountered: