[+] 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
@@ -0,0 +1,7 @@
<?php
class PrestashopModuleException extends PrestashopModuleExceptionCore
{
}