Exemple #1
0
 def __after__(self):
     try:
         RedditController.__after__(self)
     except Exception as e:
         handle_awful_failure("ErrorController.__after__: %r" % e)
Exemple #2
0
 def __after__(self): 
     try:
         RedditController.__after__(self)
     except Exception as e:
         handle_awful_failure("ErrorController.__after__: %r" % e)
Exemple #3
0
 def __after__(self):
     try:
         RedditController.__after__(self)
     except:
         handle_awful_failure("Error occurred in ErrorController.__after__")
Exemple #4
0
 def __after__(self):
     try:
         RedditController.__after__(self)
     except:
         handle_awful_failure("Error occurred in ErrorController.__after__")