rethinkdb-python
rethinkdb-python copied to clipboard
Exceptions are caught and bubbled in several places that leads to complexity in using internal APIs.
Description
Exceptions are caught and bubbled in several places that leads to complexity in using internal APIs. At the same time refactor to always log exceptions with default_logger.exception().