Skip to content

Commit 3a9b3aa

Browse files
committed
refactor(cli): update ErrorHandler to use vix::http namespace
1 parent 7dad989 commit 3a9b3aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ErrorHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ namespace
175175
if (msg.find("no matching function for call to") != std::string::npos)
176176
{
177177
const bool isVixJson =
178-
(msg.find("vix::vhttp::ResponseWrapper::json") != std::string::npos) ||
178+
(msg.find("vix::http::ResponseWrapper::json") != std::string::npos) ||
179179
(msg.find("ResponseWrapper::json") != std::string::npos);
180180

181181
if (isVixJson)

0 commit comments

Comments
 (0)