summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TDbException.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-20 19:23:42 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-20 19:23:42 +0100
commit103578448db0ce03ea231a10e8234b2d8cb27e34 (patch)
treed903ab3b16949fa3b75ec96718cf7c4547401932 /framework/Exceptions/TDbException.php
parent169950e09cad0e69a7dcbcdabe7ef86086766483 (diff)
One class per file: framework/Exceptions/
Diffstat (limited to 'framework/Exceptions/TDbException.php')
-rw-r--r--framework/Exceptions/TDbException.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/framework/Exceptions/TDbException.php b/framework/Exceptions/TDbException.php
new file mode 100644
index 00000000..fe1d24f4
--- /dev/null
+++ b/framework/Exceptions/TDbException.php
@@ -0,0 +1,23 @@
+<?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
+ */
+
+/**
+ * TDbException class
+ *
+ * TDbException represents an exception related with DB operations.
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @package System.Exceptions
+ * @since 3.0
+ */
+class TDbException extends TSystemException
+{
+} \ No newline at end of file