mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-11 10:21:50 +02:00
specified number of receiver error message
This commit is contained in:
@ -552,8 +552,8 @@ int main(int argc, char *argv[]) {
|
||||
throw std::runtime_error("Invalid argument.");
|
||||
}
|
||||
} catch (...) {
|
||||
throw sls::RuntimeError("Invalid number of receivers." +
|
||||
help_message);
|
||||
throw sls::RuntimeError(
|
||||
"Invalid number of receivers. Max: 100." + help_message);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user