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

[5.5] Fix exception handling #21086

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

sileence
Copy link
Contributor

@sileence sileence commented Sep 8, 2017

I found a problem with withoutExceptionHandling, if you call it twice or more then the previous exception handler is reassigned the anonymous class!

So I changed previousExceptionHandler to originalExceptionHandler and prevented it to be assigned more than once.

@taylorotwell
Copy link
Member

Fix the bug only. Don't add new features in the same PR.

@sileence sileence force-pushed the fix_exception_handling branch 2 times, most recently from 4d9cce7 to 9cf665e Compare September 8, 2017 12:54
@sileence
Copy link
Contributor Author

sileence commented Sep 8, 2017

@taylorotwell done

@sileence sileence changed the title [5.5] Fix exception handling and add 2 more helper methods [5.5] Fix exception handling Sep 8, 2017
@taylorotwell taylorotwell merged commit e2b48c0 into laravel:5.5 Sep 8, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants