Add exceptoins

This commit is contained in:
Leonetienne
2022-05-26 22:06:04 +02:00
parent dddc2d16f6
commit fad87e9944
3 changed files with 34 additions and 17 deletions

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;
}