]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/databases/class_LocalFileDatabase.php
Code cleanups, deprecated classes renamed
[core.git] / inc / classes / main / database / databases / class_LocalFileDatabase.php
index 1298ff8b4fe59ab4a9524b99c5519d0958f47c92..73db1984c37ce160efca8fbd0a9ac0974ab8c465 100644 (file)
@@ -289,7 +289,7 @@ class LocalFileDatabase extends BaseDatabaseFrontend implements DatabaseFrontend
                // Get the file contents
                try {
                        $infoArray = $this->getDataArrayFromFile($fqfn);
                // Get the file contents
                try {
                        $infoArray = $this->getDataArrayFromFile($fqfn);
-               } catch (FileNotFoundException $e) {
+               } catch (FileIoException $e) {
                        // Not found, so ignore it here
                }
 
                        // Not found, so ignore it here
                }