X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2FException.php;h=8ec7eb3ae6a8212a13e790b1b6fa02d247dae97f;hb=2e66abf8190dde0439f825a12234323404ea49ef;hp=7f0186b88f10be4119bef6ec1a9e2c34c58dc468;hpb=4f1f1f2a13f7d38ff984b04c7512617440bea5f8;p=civicrm-core.git diff --git a/api/Exception.php b/api/Exception.php index 7f0186b88f..8ec7eb3ae6 100644 --- a/api/Exception.php +++ b/api/Exception.php @@ -1,5 +1,6 @@ 'Entity or method is not implemented', ); } + } /** @@ -122,4 +126,5 @@ class CiviCRM_API3_Exception extends Exception { public function getExtraParams() { return $this->extraParams; } + }