| Defined | src/applications/conduit/protocol/ConduitException.php:6 |
|---|---|
| Group | Conduit (Phabricator HTTP API) |
| Extends | Exception |
| return | string|null | Error description, if one is available. |
Get a detailed error description, if available.
| parameters | string | $error_description | Detailed error description. |
| return | this |
Set a detailed error description. If omitted, the generic error description will be used instead. This is useful to provide specific information about an exception (e.g., which values were wrong in an invalid request).