summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TException.php')
-rw-r--r--framework/Exceptions/TException.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Exceptions/TException.php b/framework/Exceptions/TException.php
index fb1db200..faa46abf 100644
--- a/framework/Exceptions/TException.php
+++ b/framework/Exceptions/TException.php
@@ -10,6 +10,8 @@
*/
namespace Prado\Exceptions;
+use Prado\Prado;
+use Prado\TPropertyValue;
/**
* TException class
@@ -32,7 +34,7 @@ namespace Prado\Exceptions;
* @package Prado\Exceptions
* @since 3.0
*/
-class TException extends Exception
+class TException extends \Exception
{
private $_errorCode='';
static $_messageCache=array();