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.0] fix issue Queue Worker calling undefined method from the exceptions hand... #6445

Merged
merged 2 commits into from
Nov 20, 2014
Merged

Conversation

memtoko
Copy link

@memtoko memtoko commented Nov 19, 2014

Fix issue in Worker calling undefined methods and type hinting it. See #6379. There an issue when run queue:worker --daemon, but if that issue resolved another issue is waiting. The worker trying to handle any exception with undefined method. The methods is valid in 4.2 but its being not exists in 5.0, because Exception package gone. So the Worker must utility Illuminate\Contracts\Debug\ExceptionHandler.interface.

What about if we register Illuminate\Foundation\Exceptions\Handler to container with name exception, so the issue resolved?

@memtoko memtoko changed the title fix issue Queue Worker calling undefined method from the exceptions hand... [5.0] fix issue Queue Worker calling undefined method from the exceptions hand... Nov 19, 2014
taylorotwell added a commit that referenced this pull request Nov 20, 2014
[5.0] fix issue Queue Worker calling undefined method from the exceptions hand...
@taylorotwell taylorotwell merged commit b1f8e23 into laravel:master Nov 20, 2014
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.

2 participants