[+] Classes: Add PHP exceptions support + handler

This commit is contained in:
rMalie
2011-09-27 12:10:47 +00:00
parent d490598642
commit 473f26bd13
21 changed files with 410 additions and 50 deletions
@@ -0,0 +1,7 @@
<?php
class PrestashopModuleException extends PrestashopModuleExceptionCore
{
}