mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 02:31:30 +01:00
removed Critical and Noncritical exceptions
This commit is contained in:
@@ -3188,7 +3188,7 @@ void slsDetector::updateRateCorrection() {
|
||||
break;
|
||||
default:
|
||||
setRateCorrection(0);
|
||||
throw sls::NonCriticalError(
|
||||
throw sls::RuntimeError(
|
||||
"Rate correction Deactivated, must be in 32 or 16 bit mode");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user