X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FException.php;h=0484b0d0caafb38e89cc90a3d5c628ab3ab4b47c;hb=49692d2f70966661298e0d755b282b53f28391e5;hp=17b7be30454d1777a06ac5d3271898fe03373ac4;hpb=11df99209d13885aaf45a5c94612bdc65eb490ff;p=civicrm-core.git diff --git a/CRM/Core/Exception.php b/CRM/Core/Exception.php index 17b7be3045..0484b0d0ca 100644 --- a/CRM/Core/Exception.php +++ b/CRM/Core/Exception.php @@ -1,10 +1,9 @@ errorData = $errorData + array('error_code' => $error_code); } - // custom string representation of object /** + * custom string representation of object. * @return string */ public function __toString() { @@ -79,5 +80,5 @@ class CRM_Core_Exception extends PEAR_Exception { public function getErrorData() { return $this->errorData; } -} +}