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