X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=0a3ef741158afd0be661a3d36b0c1b63d8e4c89b;hp=51eb50ef9341ef86cdff5c5f4a9b4023502e5024;hb=9aeecff34797942ce8d4ce03a2dc966dc1dbf702;hpb=ce7d4f1ec37db463e6008655bbc56b811c5a5d86 diff --git a/index.php b/index.php index 51eb50ef..0a3ef741 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()); }