summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TDbException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TDbException.php')
-rw-r--r--framework/Exceptions/TDbException.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/TDbException.php b/framework/Exceptions/TDbException.php
index fe1d24f4..7f466204 100644
--- a/framework/Exceptions/TDbException.php
+++ b/framework/Exceptions/TDbException.php
@@ -6,16 +6,18 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Exceptions
+ * @package Prado\Exceptions
*/
+namespace Prado\Exceptions;
+
/**
* TDbException class
*
* TDbException represents an exception related with DB operations.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Exceptions
+ * @package Prado\Exceptions
* @since 3.0
*/
class TDbException extends TSystemException