X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FException.php;h=2722c6b73bb5cd5cafa20ca3ba591d63fe323333;hb=8d469992190aa62e0241bb124f8de3a65033f9aa;hp=77bedb8d2136b7fec67db60adecd6b3051860aeb;hpb=3beb999f86bc826d2b0b4f778aa32b3d1d0bc791;p=civicrm-core.git diff --git a/CRM/Core/Exception.php b/CRM/Core/Exception.php index 77bedb8d21..2722c6b73b 100644 --- a/CRM/Core/Exception.php +++ b/CRM/Core/Exception.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * Base class for exceptions generated by CiviCRM. @@ -52,7 +52,7 @@ class CRM_Core_Exception extends PEAR_Exception { } /** - * custom string representation of object + * custom string representation of object. * @return string */ public function __toString() { @@ -80,4 +80,5 @@ class CRM_Core_Exception extends PEAR_Exception { public function getErrorData() { return $this->errorData; } + }