Ejemplo n.º 1
0
 def __after__(self):
     try:
         RedditController.__after__(self)
     except Exception as e:
         handle_awful_failure("ErrorController.__after__: %r" % e)
Ejemplo n.º 2
0
Archivo: error.py Proyecto: 1900/reddit
 def __after__(self): 
     try:
         RedditController.__after__(self)
     except Exception as e:
         handle_awful_failure("ErrorController.__after__: %r" % e)
Ejemplo n.º 3
0
 def __after__(self):
     try:
         RedditController.__after__(self)
     except:
         handle_awful_failure("Error occurred in ErrorController.__after__")
Ejemplo n.º 4
0
 def __after__(self):
     try:
         RedditController.__after__(self)
     except:
         handle_awful_failure("Error occurred in ErrorController.__after__")