fix for linux build (#3462)

This commit is contained in:
Victor Vazquez 2022-03-22 10:57:32 -07:00 committed by GitHub
parent aa1751f3c0
commit cbab8bbeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ int main()
std::cout << "Successfully Created the Clients";
}
catch (std::exception exception)
catch (std::exception const& exception)
{
std::cout << "Exception: " << exception.what();
}