File: custom_error_handler.py

package info (click to toggle)
thumbor 7.7.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,556 kB
  • sloc: xml: 295,435; python: 18,673; ansic: 1,479; makefile: 360; sh: 27
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
class ErrorHandler:
    def __init__(self, config):
        self.config = config

    def handle_error(self, context, handler, exception):
        pass