From 5230f8f8a86fc1ae5d90f8c74ae65c93e197502b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 22 Jan 2015 09:14:12 +0100 Subject: Apply namespaces to class inheritances (pt1) --- framework/IO/TTarFileExtractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/IO/TTarFileExtractor.php') diff --git a/framework/IO/TTarFileExtractor.php b/framework/IO/TTarFileExtractor.php index e8eee004..672ea59b 100644 --- a/framework/IO/TTarFileExtractor.php +++ b/framework/IO/TTarFileExtractor.php @@ -126,7 +126,7 @@ class TTarFileExtractor protected function _error($p_message) { - throw new Exception($p_message); + throw new \Exception($p_message); } private function _isArchive($p_filename=null) -- cgit v1.2.3