[+] Classes: Add PHP exceptions support + handler

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8797 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-27 12:10:47 +00:00
parent 7c32b171cd
commit 80e750c4c9
21 changed files with 410 additions and 50 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ class ToolsCore
*/
public static function d($object, $kill = true)
{
return (self::dieObject($object, $kill = true));
return (self::dieObject($object, $kill));
}
/**