From b927e32fa14869bc3a48d1fba6b2a161b9606270 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:21:46 +0100 Subject: Add namespaces: Exceptions, I18N, Security --- framework/Exceptions/TInvalidDataValueException.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Exceptions/TInvalidDataValueException.php') 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 - * @package System.Exceptions + * @package Prado\Exceptions * @since 3.0 */ class TInvalidDataValueException extends TSystemException -- cgit v1.2.3