diff options
Diffstat (limited to 'framework/Exceptions/TSystemException.php')
-rw-r--r-- | framework/Exceptions/TSystemException.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/TSystemException.php b/framework/Exceptions/TSystemException.php index 5d5c7d8e..6a863907 100644 --- a/framework/Exceptions/TSystemException.php +++ b/framework/Exceptions/TSystemException.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; + /** * TSystemException class * * TSystemException is the base class for all framework-level exceptions. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Exceptions + * @package Prado\Exceptions * @since 3.0 */ class TSystemException extends TException |