**Given:** ``` try: raise Exception("some exception") except Exception as e: logger.exception( "Невозможно завершить транзакцию. Откат изменений... %s", e ) ``` **Error:** `'Exception' object has no attribute '__to_py__'`