0b2d0b0d61
Summary: I think the rethrow as it was done in `.../clientes/common.hpp` is not correct as it could have caught any exception type descending from `BasicException`, copied it into `optional<BasicException>` and thus losing exact type and members of the original exception. I think that the proposed formulation of a rethrow in the `catch` does it properly. I made a small test for this behavior, see P11. Reviewers: teon.banek, mferencevic, mislav.bradac Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1298 |
||
---|---|---|
.. | ||
bolt_client.hpp | ||
card_fraud_client.cpp | ||
common.hpp | ||
long_running_common.hpp | ||
pokec_client.cpp | ||
postgres_client.hpp | ||
query_client.cpp |