X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FException.php;h=2722c6b73bb5cd5cafa20ca3ba591d63fe323333;hb=8d469992190aa62e0241bb124f8de3a65033f9aa;hp=17b7be30454d1777a06ac5d3271898fe03373ac4;hpb=e7f7aef7265627c99d27b5e9cecdfe5d3e50f7de;p=civicrm-core.git diff --git a/CRM/Core/Exception.php b/CRM/Core/Exception.php index 17b7be3045..2722c6b73b 100644 --- a/CRM/Core/Exception.php +++ b/CRM/Core/Exception.php @@ -1,5 +1,4 @@ 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; } -} +}