Merge pull request #3655 from totten/master-casetype-delete-2
[civicrm-core.git] / CRM / Extension / Exception.php
index 24aa9f7b683145c33e57abf8978bec76f123d434..c3966ba481fbcd31ed83790a91205cfb5aac0dbf 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -25,5 +25,8 @@
  +--------------------------------------------------------------------+
 */
 
+/**
+ * Class CRM_Extension_Exception
+ */
 class CRM_Extension_Exception extends CRM_Core_Exception {
 }