Skip to content

Commit

Permalink
Update Famework_Handler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCodon authored Jan 12, 2017
1 parent f12f8c8 commit 3fc826d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Handler/Famework_Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function onError($errno, $errstr, $errfile, $errline) {
* Exception handler
*/
public function onException(\Exception $exception) {
die('here');
if (error_reporting() === (E_ALL | E_STRICT) || error_reporting() === (E_ALL)) {
echo '<h1 style="color: red;">Exception!</h1>';
echo '<table>';
Expand Down

0 comments on commit 3fc826d

Please sign in to comment.