1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/conduit
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
..
application Implement the getName method in PhabricatorApplication subclasses 2014-07-23 23:52:50 +10:00
call Fix string construction in Conduit exceptions 2014-08-11 12:08:06 -07:00
config Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
controller Don't log Conduit 404s as errors 2014-07-25 11:24:31 +10:00
garbagecollector Complete modularization of the GC daemon 2014-01-15 10:02:31 -08:00
method First stab at a conduit method for creating projects. 2014-08-05 09:29:30 -07:00
protocol Fix string construction in Conduit exceptions 2014-08-11 12:08:06 -07:00
query Rename PhabricatorApplication subclasses 2014-07-23 10:03:09 +10:00
ssh Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
storage Remove @group annotations 2014-07-10 08:12:48 +10:00