summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/Exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/ActiveRecord/Exceptions')
-rw-r--r--framework/Data/ActiveRecord/Exceptions/TActiveRecordConfigurationException.php22
-rw-r--r--framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php15
2 files changed, 23 insertions, 14 deletions
diff --git a/framework/Data/ActiveRecord/Exceptions/TActiveRecordConfigurationException.php b/framework/Data/ActiveRecord/Exceptions/TActiveRecordConfigurationException.php
new file mode 100644
index 00000000..a1c07b8c
--- /dev/null
+++ b/framework/Data/ActiveRecord/Exceptions/TActiveRecordConfigurationException.php
@@ -0,0 +1,22 @@
+<?php
+/**
+ * TActiveRecordException class file.
+ *
+ * @author Wei Zhuo <weizhuo[at]gmail[dot]com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright &copy; 2005-2014 PradoSoft
+ * @license http://www.pradosoft.com/license/
+ * @package System.Data.ActiveRecord
+ */
+
+/**
+ * TActiveRecordConfigurationException class.
+ *
+ * @author Wei Zhuo <weizho[at]gmail[dot]com>
+ * @package System.Data.ActiveRecord
+ * @since 3.1
+ */
+class TActiveRecordConfigurationException extends TActiveRecordException
+{
+
+} \ No newline at end of file
diff --git a/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php b/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
index 11fb796b..a252631c 100644
--- a/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
+++ b/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
@@ -30,17 +30,4 @@ class TActiveRecordException extends TDbException
$msgFile=$path.'/messages.txt';
return $msgFile;
}
-}
-
-/**
- * TActiveRecordConfigurationException class.
- *
- * @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @package System.Data.ActiveRecord
- * @since 3.1
- */
-class TActiveRecordConfigurationException extends TActiveRecordException
-{
-
-}
-
+} \ No newline at end of file