Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chevronphp/errhandler
Browse files Browse the repository at this point in the history
  • Loading branch information
henderjon committed Aug 9, 2016
2 parents 13f7c49 + a5e72de commit 3fc450a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ function __invoke(){
list($errno, $errstr, $errfile, $errline) = func_get_args();
throw new \ErrorException($errstr, 500, $errno, $errfile, $errline);
}
}
}

0 comments on commit 3fc450a

Please sign in to comment.