[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 32 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConduitException:: (2 methods):
setErrorDescription()
getErrorDescription()
Class: ConduitException - X-Ref
setErrorDescription($error_description) X-Ref |
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). param: string Detailed error description. return: this |
getErrorDescription() X-Ref |
Get a detailed error description, if available. return: string|null Error description, if one is available. |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |