Merge pull request #5552 from totten/master-extcache-domain
[civicrm-core.git] / CRM / Extension / Exception.php
index 9bfd6eaba7c3f4ead1b919cca5f36ae1c17effb2..907407f014d1bde4ef56e927548a427c104d2bb2 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
+/**
+ * Class CRM_Extension_Exception
+ */
 class CRM_Extension_Exception extends CRM_Core_Exception {
 }