def __init__()

in source/exceptions.py [0:0]


    def __init__(self, *args, **kwargs):
        super().__init__(*args)
        self.status_code = 500
        self.s3_error_code = 'InternalError'
        self.error_message = 'Unknown internal error'