Sha256: 6c5de008b38f1fe63234e86e1882727203388fc14fb452b0c0e123b8d23ded07

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

module FaithTeams
  module API
    module V2
      module Error
        # Thrown when a parameter is not given but should have been
        class NoSearchParameterProvided < StandardError; end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
faithteams-api-4.1.1 lib/faithteams/api/v2/error/no_search_parameter_provided.rb
faithteams-api-4.0.1 lib/faithteams/api/v2/error/no_search_parameter_provided.rb
faithteams-api-2.0.2 lib/faithteams/api/v2/error/no_search_parameter_provided.rb
faithteams-api-2.0.1 lib/faithteams/api/v2/error/no_search_parameter_provided.rb