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