We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b037f6 commit 991d414Copy full SHA for 991d414
src/solvers/refinement/string_refinement.cpp
@@ -941,7 +941,7 @@ static optionalt<exprt> get_array(
941
msg << "consider reducing string-max-input-length so that no string "
942
<< "exceeds " << MAX_CONCRETE_STRING_SIZE << " in length and make sure"
943
<< " all functions returning strings are available in the classpath";
944
- std::runtime_error(msg.str());
+ throw string_refinement_invariantt(msg.str());
945
}
946
947
if(
0 commit comments