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 |
||
---|---|---|
.. | ||
benchmark | ||
concurrent | ||
distributed | ||
drivers | ||
macro_benchmark | ||
manual | ||
property_based | ||
public_benchmark | ||
qa | ||
stress | ||
unit | ||
apollo_runs.py | ||
client-stress.sh | ||
CMakeLists.txt |