class DropboxUnhandledConflictError(ProviderError):
    def __init__(self, error_data):
        super().__init__('Dropbox has many unique error messages for code 409 (Conflict), this '
                         'one was not specifically handled in the provider: {}'.format(error_data),
                         code=HTTPStatus.CONFLICT)