import sys try: #whatever except Exception: err_log = self.error_log err_log.raising(sys.exc_info()) #finish processing exception