X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/289d396c8d0684e23c2233291164febfec3947bf..0e90b234f60ed61562ed710190ed1a62ba82e31f:/projects/sgconf/main.cpp 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;