summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TTemplateException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TTemplateException.php')
-rw-r--r--framework/Exceptions/TTemplateException.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/TTemplateException.php b/framework/Exceptions/TTemplateException.php
index 7deb6ed0..4b58df10 100644
--- a/framework/Exceptions/TTemplateException.php
+++ b/framework/Exceptions/TTemplateException.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;
+
/**
* TTemplateException class
*
* TTemplateException represents an exception caused by invalid template syntax.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Exceptions
+ * @package Prado\Exceptions
* @since 3.1
*/
class TTemplateException extends TConfigurationException