X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2FException.php;h=812bb603c068f446de9e14ab707e516d1e5252a9;hb=b081365f52508bfd1fb0d3d15f3a0d48f5e9df12;hp=517755bae69980d075cf85b1bcb70c42aaaf3202;hpb=22242c8734d20099d181a6a7f28e982adfd96267;p=civicrm-core.git diff --git a/api/Exception.php b/api/Exception.php index 517755bae6..812bb603c0 100644 --- a/api/Exception.php +++ b/api/Exception.php @@ -4,7 +4,6 @@ * File for the CiviCRM APIv3 API wrapper * * @package CiviCRM_APIv3 - * @subpackage API * * @copyright CiviCRM LLC (c) 2004-2014 */ @@ -60,6 +59,8 @@ class API_Exception extends Exception { } /** + * Get extra parameters. + * * @return array */ public function getExtraParams() { @@ -67,6 +68,8 @@ class API_Exception extends Exception { } /** + * Get error codes. + * * @return array */ public function getErrorCodes() { @@ -89,6 +92,8 @@ class CiviCRM_API3_Exception extends Exception { private $extraParams = array(); /** + * Class constructor. + * * @param string $message * The human friendly error message. * @param mixed $error_code @@ -125,6 +130,8 @@ class CiviCRM_API3_Exception extends Exception { } /** + * Get extra parameters. + * * @return array */ public function getExtraParams() {