Add exceptoins

This commit is contained in:
Leonetienne
2022-05-26 22:06:04 +02:00
parent bf94eae8e7
commit cad651eab5
3 changed files with 34 additions and 17 deletions
+3
View File
@@ -61,6 +61,9 @@ void ModulePrepareKey::PrepareKey() {
return;
}
throw std::runtime_error("No key option found. Is the CLI parser configuration correct?.");
return;
}