def __init__()

in source/exceptions.py [0:0]


    def __init__(self, *args, **kwargs):
        super().__init__(*args)
        self.status_code = 400
        self.s3_error_code = 'EntityTooLarge'
        self.error_message = 'Images larger than 5MB are not supported'