mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-17 00:34:17 +00:00
Update client.cpp
This commit is contained in:
@ -40,7 +40,7 @@ namespace tribufu
|
|||||||
}
|
}
|
||||||
catch (std::exception &e)
|
catch (std::exception &e)
|
||||||
{
|
{
|
||||||
std::cout << "exception" << e.what() << std::endl;
|
std::cout << "exception: " << e.what() << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user