Exeption Handling
This commit is contained in:
parent
0f51826d3f
commit
8300e47b76
@ -36,7 +36,7 @@ Autoloader::setRoot('/var/www/dev.steelants.cz/vasek/home-update/');
|
|||||||
class ErrorHandler {
|
class ErrorHandler {
|
||||||
static function exception($exception){
|
static function exception($exception){
|
||||||
error_log($exception);
|
error_log($exception);
|
||||||
header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500);
|
header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, $exception->getCode());
|
||||||
echo '<h1>Oops!</h1><p>Something went wrong!</p>';
|
echo '<h1>Oops!</h1><p>Something went wrong!</p>';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user