Skip to content

Instantly share code, notes, and snippets.

@zancas
Created May 5, 2016 19:04
Show Gist options
  • Save zancas/281585604855827cdbf313e6aa62dad6 to your computer and use it in GitHub Desktop.
Save zancas/281585604855827cdbf313e6aa62dad6 to your computer and use it in GitHub Desktop.
#! /usr/bin/env python
import logging
from THERIGHTPLACE import F5SDKError
class TransactionSubmitException(F5SDKError):
pass
...
except Exception as e:
DO THE RESET THE HEADERS THING
logging.log.debug(e)
raise TransactionSubmitException(e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment