]> git.stg.codes - stg.git/blobdiff - projects/sgconf/main.cpp
Fixed error processing.
[stg.git] / projects / sgconf / main.cpp
index a39f57cee6b7887b3b995101109c67823553018d..a0ef89a1e632171c3ba977a32bc3dc4d96ce22bf 100644 (file)
@@ -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;