From 67d7b1bd4bb020f0b948f1a67a8e98f42d28928f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:33:13 +0100 Subject: Add namespaces: framework/*.php, Util, Wsat, Xml --- framework/Util/TRpcClientResponseException.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Util/TRpcClientResponseException.php') diff --git a/framework/Util/TRpcClientResponseException.php b/framework/Util/TRpcClientResponseException.php index 010e4b81..1e0dc1ac 100644 --- a/framework/Util/TRpcClientResponseException.php +++ b/framework/Util/TRpcClientResponseException.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; + /** * TRpcClientResponseException class * @@ -15,7 +17,7 @@ * * @author Robin J. Rogge * @version $Id$ - * @package System.Util + * @package Prado\Util * @since 3.2 */ -- cgit v1.2.3