1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 07:42:40 +01:00
phorge-phorge/src/infrastructure/events
epriestley 13d18376c1 Log and continue when trying to register an invalid event listener
Summary: We currently die if an event listener throws when registering (e.g., because it is misconfigured), but this prevents you from running `bin/config` to fix it, which is a bit silly.

Test Plan: Created this revision with an invalid listener in config.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D6761
2013-08-14 19:14:16 -07:00
..
constant Add a blanket "will login" event 2013-06-16 16:35:36 -07:00
PhabricatorEvent.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorEventEngine.php Log and continue when trying to register an invalid event listener 2013-08-14 19:14:16 -07:00
PhabricatorExampleEventListener.php Delete license headers from files 2012-11-05 11:16:51 -08:00