Skip to content

Commit 35a8418

Browse files
committed
config exception handling
1 parent 33f479d commit 35a8418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainReadout.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ int main(int argc, char* argv[])
134134
throw std::string(e.what());
135135
}
136136
# else
137-
throw "This type of URI is not supported";
137+
throw std::string("This type of URI is not supported");
138138
#endif
139139
}
140140
}

0 commit comments

Comments
 (0)