Created
April 9, 2016 07:24
-
-
Save tobgu/26a2e5815db9cdef6b122da5b6190253 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
raise Exception("Bang") | |
except Exception e: | |
# -- Create prepared statement and store exception information in Cassandra here -- | |
# Re-raise exception, this works fine with protocol version 4 but fails | |
# with version 3 because the exception context has been cleared | |
raise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment