Page MenuHomePhabricator
Diviner Phabricator Tech Docs ConduitMethodNotFoundException

abstract class ConduitMethodNotFoundException
Phabricator Technical Documentation (Conduit)

This class is not documented.

Methods

final public function setErrorDescription($error_description)
Inherited

ConduitException

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).

Parameters
string$error_descriptionDetailed error description.
Return
this

final public function getErrorDescription()
Inherited

ConduitException

Get a detailed error description, if available.

Return
string|nullError description, if one is available.