summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php')
-rw-r--r--framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php b/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
index 51718334..327a11b1 100644
--- a/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
+++ b/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
@@ -1,10 +1,10 @@
-<?php
+<?php
/**
* TActiveRecordException class file.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2011 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Data.ActiveRecord
@@ -34,8 +34,16 @@ class TActiveRecordException extends TDbException
}
}
+/**
+ * TActiveRecordConfigurationException class.
+ *
+ * @author Wei Zhuo <weizho[at]gmail[dot]com>
+ * @version $Id$
+ * @package System.Data.ActiveRecord
+ * @since 3.1
+ */
class TActiveRecordConfigurationException extends TActiveRecordException
{
}
-
+