added ShutdownException and registry queries

This commit is contained in:
Anonymous275
2022-01-18 21:44:20 +02:00
parent e8d25beac0
commit 2e4db92640
6 changed files with 114 additions and 52 deletions

View File

@@ -33,6 +33,7 @@ Build = "Default"
cfg.close();
}else{
LOG(FATAL) << "Failed to write config on disk!";
throw ShutdownException("Fatal Error");
}
}
}
}