From 0e90b234f60ed61562ed710190ed1a62ba82e31f Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 7 Jan 2014 19:30:25 +0200 Subject: [PATCH] Fixed error processing. --- projects/sgconf/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index a39f57ce..a0ef89a1 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -1280,7 +1280,7 @@ else config = configOverride; } -catch (const SGCONF::OPTION::ERROR& ex) +catch (const std::exception& ex) { std::cerr << ex.what() << "\n"; return -1; -- 2.43.2