diff options
Diffstat (limited to 'framework/Util/TRpcClientRequestException.php')
-rw-r--r-- | framework/Util/TRpcClientRequestException.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TRpcClientRequestException.php b/framework/Util/TRpcClientRequestException.php index ce0cc53a..e55947c8 100644 --- a/framework/Util/TRpcClientRequestException.php +++ b/framework/Util/TRpcClientRequestException.php @@ -5,9 +5,11 @@ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ * @since 3.2 - * @package System.Util + * @package Prado\Util */ +namespace Prado\Util; + /** * TRpcClientRequestException class * @@ -16,7 +18,7 @@ * * @author Robin J. Rogge <rrogge@bigpoint.net> * @version $Id$ - * @package System.Util + * @package Prado\Util * @since 3.2 */ |