removed Critical and Noncritical exceptions

This commit is contained in:
2019-06-25 10:50:52 +02:00
parent 4b69c01357
commit 7c18ad3c53
3 changed files with 19 additions and 29 deletions

View File

@ -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");
}
}