mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-11 18:31:51 +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.");
|
throw std::runtime_error("Invalid argument.");
|
||||||
}
|
}
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
throw sls::RuntimeError("Invalid number of receivers." +
|
throw sls::RuntimeError(
|
||||||
help_message);
|
"Invalid number of receivers. Max: 100." + help_message);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user