]> git.tdb.fi Git - builder.git/blobdiff - source/config.cpp
One more exception fix
[builder.git] / source / config.cpp
index 816ee1abb0ea26140625d9ec13dacc518dc4987a..b3685d565db45d828a49ea99cab5a9bdc7cbf0ef 100644 (file)
@@ -219,7 +219,7 @@ void Config::load()
                Loader loader(*this);
                loader.load(parser);
        }
-       catch(const SystemError &)
+       catch(const IO::FileNotFound &)
        { }
 }