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

Call dispatch:beforeException on exceptions in event handlers #1799

Merged
merged 3 commits into from Jan 13, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CHANGELOG
  • Loading branch information
sjinks committed Jan 13, 2014
commit 220539f21da398450f1b5e7f919edbbf5de15dc4
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
- Implemented afterInitialize event (#782)
- Phalcon\Dispatcher optimizations (#782)
- Added getPreviousControllerName(), getPreviousActionName() (#1462)
- If an event handler throws an exception, call dispatch:beforeException and break the dispatch loop (#1763)
- Phalcon\Element:
- Phalcon\Element::addFilter() incorrectly prepends NULL as the first element (#1019)
- Phalcon\Escaper:
Expand Down