From: Mikko Rasa Date: Mon, 3 Mar 2008 17:51:44 +0000 (+0000) Subject: One more exception fix X-Git-Tag: 0.9~12 X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=b50019441dd16d4aaba1eeffc381ded3e4a4be2d One more exception fix --- 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 &) { } }