From 103578448db0ce03ea231a10e8234b2d8cb27e34 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 19:23:42 +0100 Subject: One class per file: framework/Exceptions/ --- framework/Exceptions/TDbException.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 framework/Exceptions/TDbException.php (limited to 'framework/Exceptions/TDbException.php') 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 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 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 + * @package System.Exceptions + * @since 3.0 + */ +class TDbException extends TSystemException +{ +} \ No newline at end of file -- cgit v1.2.3