summaryrefslogtreecommitdiff
path: root/framework/Exceptions/THttpException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/THttpException.php')
-rw-r--r--framework/Exceptions/THttpException.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Exceptions/THttpException.php b/framework/Exceptions/THttpException.php
index f151138b..883c2b63 100644
--- a/framework/Exceptions/THttpException.php
+++ b/framework/Exceptions/THttpException.php
@@ -6,9 +6,10 @@
* @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;
/**
* THttpException class
@@ -18,7 +19,7 @@
* It is used by {@link TErrorHandler} to provide different error output to users.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Exceptions
+ * @package Prado\Exceptions
* @since 3.0
*/
class THttpException extends TSystemException