Improved exception handling

This commit is contained in:
Deon George
2013-05-10 00:40:31 +10:00
parent 42059cb0e5
commit b65ddab2d0
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
class HTTP_Exception extends lnApp_HTTP_Exception {}
?>