summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TInvalidDataValueException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TInvalidDataValueException.php')
-rw-r--r--framework/Exceptions/TInvalidDataValueException.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/TInvalidDataValueException.php b/framework/Exceptions/TInvalidDataValueException.php
index 075bb871..17ab3ccd 100644
--- a/framework/Exceptions/TInvalidDataValueException.php
+++ b/framework/Exceptions/TInvalidDataValueException.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;
+
/**
* TInvalidDataValueException class
*
* TInvalidDataValueException represents an exception caused by invalid data value.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Exceptions
+ * @package Prado\Exceptions
* @since 3.0
*/
class TInvalidDataValueException extends TSystemException