summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TConfigurationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TConfigurationException.php')
-rw-r--r--framework/Exceptions/TConfigurationException.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/framework/Exceptions/TConfigurationException.php b/framework/Exceptions/TConfigurationException.php
new file mode 100644
index 00000000..e2506472
--- /dev/null
+++ b/framework/Exceptions/TConfigurationException.php
@@ -0,0 +1,24 @@
+<?php
+/**
+ * Exception classes file
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright &copy; 2005-2014 PradoSoft
+ * @license http://www.pradosoft.com/license/
+ * @package System.Exceptions
+ */
+
+/**
+ * TConfigurationException class
+ *
+ * TConfigurationException represents an exception caused by invalid configurations,
+ * such as error in an application configuration file or control template file.
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @package System.Exceptions
+ * @since 3.0
+ */
+class TConfigurationException extends TSystemException
+{
+} \ No newline at end of file