From b50019441dd16d4aaba1eeffc381ded3e4a4be2d Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 3 Mar 2008 17:51:44 +0000 Subject: [PATCH] One more exception fix --- source/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &) { } } -- 2.43.0