X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconfig.cpp;h=b3685d565db45d828a49ea99cab5a9bdc7cbf0ef;hb=b50019441dd16d4aaba1eeffc381ded3e4a4be2d;hp=816ee1abb0ea26140625d9ec13dacc518dc4987a;hpb=54aab19ee471810a956e1fee4d3b962aaf9ae9b3;p=builder.git diff --git a/source/config.cpp b/source/config.cpp index 816ee1a..b3685d5 100644 --- a/source/config.cpp +++ b/source/config.cpp @@ -219,7 +219,7 @@ void Config::load() Loader loader(*this); loader.load(parser); } - catch(const SystemError &) + catch(const IO::FileNotFound &) { } }