]> git.tdb.fi Git - builder.git/commitdiff
One more exception fix
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Mar 2008 17:51:44 +0000 (17:51 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Mar 2008 17:51:44 +0000 (17:51 +0000)
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 &)
        { }
 }