We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8226e19 commit ee8d161Copy full SHA for ee8d161
src/scitokens_internal.cpp
@@ -42,7 +42,7 @@ class SimpleCurlGet {
42
43
auto curl = curl_easy_init();
44
if (!curl) {
45
- CurlException("Failed to create a new curl handle.");
+ throw CurlException("Failed to create a new curl handle.");
46
}
47
48
if (m_maxbytes > 0) {
0 commit comments