Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/protocol/ConduitException.php
| <?php | <?php | ||||
| /** | |||||
| * @group conduit | |||||
| */ | |||||
| final class ConduitException extends Exception { | final class ConduitException extends Exception { | ||||
| private $errorDescription; | private $errorDescription; | ||||
| /** | /** | ||||
| * Set a detailed error description. If omitted, the generic error description | * Set a detailed error description. If omitted, the generic error description | ||||
| * will be used instead. This is useful to provide specific information about | * will be used instead. This is useful to provide specific information about | ||||
| * an exception (e.g., which values were wrong in an invalid request). | * an exception (e.g., which values were wrong in an invalid request). | ||||
| Show All 19 Lines | |||||