Skip to content

Instantly share code, notes, and snippets.

@tobgu
Created April 9, 2016 07:24
Show Gist options
  • Save tobgu/26a2e5815db9cdef6b122da5b6190253 to your computer and use it in GitHub Desktop.
Save tobgu/26a2e5815db9cdef6b122da5b6190253 to your computer and use it in GitHub Desktop.
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