Page MenuHomeDevCentral

Inject dependency into Action::attachError
ClosedPublic

Authored by dereckson on Jan 8 2016, 04:11.
Tags
None
Referenced Files
F28446852: D171.id407.diff
Tue, May 12, 12:10
F28446280: D171.id408.diff
Tue, May 12, 12:02
F28414812: D171.diff
Tue, May 12, 05:46
F28396793: D171.id.diff
Tue, May 12, 02:05
F28389149: D171.diff
Tue, May 12, 00:29
Unknown Object (File)
Mon, May 11, 20:49
Unknown Object (File)
Tue, May 5, 00:02
Unknown Object (File)
Mon, May 4, 00:07
Subscribers
None

Details

Reviewers
dereckson
Commits
Unknown Object (Diffusion Commit)
rNOTIF91922f471758: Inject dependency into Action::attachError
Summary

Action::attachException becomes Action::attachError to be able
to inject the dependency to ActionError.

Code to use is:

$actionToReport->attachError(new ActionError($exception));
Test Plan

Send a payload to a gate.

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Inject dependency into Action::attachError.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited the test plan for this revision. (Show Details)
dereckson updated this object.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jan 8 2016, 04:12
This revision was automatically updated to reflect the committed changes.