DEBSOURCES
Skip Quicknav
sources / thumbor / 7.7.7-5 / tests / fixtures / custom_error_handler.py
123456
class ErrorHandler: def __init__(self, config): self.config = config def handle_error(self, context, handler, exception): pass