def __after__(self): try: RedditController.__after__(self) except Exception as e: handle_awful_failure("ErrorController.__after__: %r" % e)
def __after__(self): try: RedditController.__after__(self) except: handle_awful_failure("Error occurred in ErrorController.__after__")