X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=0a3ef741158afd0be661a3d36b0c1b63d8e4c89b;hb=8d9a1956c3b9e27e37ba12810b165f41e7643196;hp=51eb50ef9341ef86cdff5c5f4a9b4023502e5024;hpb=a5a70bfcb9abc6629218f1fa9ccea4fb6278668c;p=hub.git diff --git a/index.php b/index.php index 51eb50ef9..0a3ef7411 100644 --- a/index.php +++ b/index.php @@ -150,7 +150,7 @@ final class ApplicationEntryPoint { // Flush the response $responseInstance->flushBuffer(); - } catch (FileIoException $e) { + } catch (FileNotFoundException $e) { // Even the template 'emergency_exit' wasn't found so output both message exit($message . ', exception: ' . $e->getMessage()); }