-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
EventDispatcherHack DayactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.

Description
Currently:
return array(
'kernel.exception' => array(
array('processException', 10),
array('logException', 0),
array('notifyException', -10),
)
);
I think it should be changed to:
return array(
KernelEvents::EXCEPTION => array(
array('processException', 10),
array('logException', 0),
array('notifyException', -10),
)
);
If you agree you may add the "Actionable" label to this issue.
Metadata
Metadata
Assignees
Labels
EventDispatcherHack DayactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.