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.
2 parents 18222e8 + e0f62f1 commit 9bf590fCopy full SHA for 9bf590f
include/pinocchio/parsers/utils.hpp
@@ -94,7 +94,7 @@ namespace pinocchio
94
}
95
else
96
{
97
- const std::string exception_message("Schemes of form" + scheme + "are not handled");
+ const std::string exception_message("Schemes of form '" + scheme + "' are not handled");
98
throw std::invalid_argument(exception_message);
99
100
0 commit comments