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 6880e73 commit b417863Copy full SHA for b417863
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