1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-18 01:38:39 +01:00
phorge-phorge/src/applications/conduit/protocol/exception
epriestley d09d7ffe1f Fix string construction in Conduit exceptions
Summary:
Fixes T5838.

  - We currently try to use a `ConduitAPIMethod` object as a string.
  - We then pass that string to the parent's `__construct()` method as `$message`.

Test Plan: Uninstalled Maniphest, then tried to execute `maniphest.createtask`. Got a useful exception message instead of an error during message construction.

Reviewers: joshuaspence, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T5838

Differential Revision: https://secure.phabricator.com/D10211
2014-08-11 12:08:06 -07:00
..
ConduitApplicationNotInstalledException.php Fix string construction in Conduit exceptions 2014-08-11 12:08:06 -07:00
ConduitException.php Don't log Conduit 404s as errors 2014-07-25 11:24:31 +10:00
ConduitMethodDoesNotExistException.php Fix string construction in Conduit exceptions 2014-08-11 12:08:06 -07:00
ConduitMethodNotFoundException.php Fix string construction in Conduit exceptions 2014-08-11 12:08:06 -07:00