class GdsApi::FinderSchema

def raise_value_not_found_error(facet_key, value)

def raise_value_not_found_error(facet_key, value)
  raise NotFoundError.new("#{facet_key} value '#{value}' not found in #{slug} schema")
end