summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TPhpErrorException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TPhpErrorException.php')
-rw-r--r--framework/Exceptions/TPhpErrorException.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/TPhpErrorException.php b/framework/Exceptions/TPhpErrorException.php
index 75218c44..a65342ae 100644
--- a/framework/Exceptions/TPhpErrorException.php
+++ b/framework/Exceptions/TPhpErrorException.php
@@ -6,9 +6,11 @@
* @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;
+
/**
* TPhpErrorException class
*
@@ -16,7 +18,7 @@
* This exception is mainly thrown within a PHP error handler.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Exceptions
+ * @package Prado\Exceptions
* @since 3.0
*/
class TPhpErrorException extends TSystemException