# frozen_string_literal: true module Yori module Errors class FieldMustNotBeSpecifiedError < StandardError; end end end