Page MenuHomeDevCentral

Inject dependency into Action::attachError
ClosedPublic

Authored by dereckson on Jan 8 2016, 04:11.
Tags
None
Referenced Files
F12100180: D171.diff
Sat, Oct 4, 09:48
F12076034: D171.id.diff
Thu, Oct 2, 14:27
F12073070: D171.id.diff
Wed, Oct 1, 21:47
Unknown Object (File)
Mon, Sep 29, 07:04
Unknown Object (File)
Sat, Sep 27, 12:13
Unknown Object (File)
Sat, Sep 27, 05:17
Unknown Object (File)
Thu, Sep 25, 07:28
Unknown Object (File)
Sun, Sep 21, 12:08
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
No Lint Coverage
Unit
No Test Coverage
Branch
deps-injection-Action
Build Status
Buildable 214
Build 214: arc lint + arc unit

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.