Beispiel #1
0
 def call_handler(self, exception, debug):
     try:
         raise exception
     except Exception:
         exception_handler(*sys.exc_info(), debug=debug)
Beispiel #2
0
 def call_handler(self, exception, debug):
     try:
         raise exception
     except Exception:
         exception_handler(*sys.exc_info(), debug=debug)