@ -131,7 +131,11 @@ class FrontController
} catch (Exception $e) {
if (Config::get('DEBUG')) {
if (!headers_sent()) {
header('HTTP/1.0 500 Internal Server Error');
if ($e instanceof ErrorHTTPException) {
header($e->getHTTPHeader());
} else {
}
return ErrorHandler::showDebug($e);