# File lib/couchrest/validation/validators/generic_validator.rb, line 79
      def call(target)
        raise NotImplementedError, "CouchRest::Validation::GenericValidator::call must be overriden in a subclass"
      end