Sha256: 6d5051649cd6ced8ad51fa11208c2464cba2d83b7147b00d0fdcd87c63c22ec7

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

module Apress
  module YandexMarket
    module Api
      class PageError < StandardError
        MSG = "Parameter 'page' has invalid value. Parameter does not fit range constraint".freeze
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
apress-yandex_market-0.2.1 lib/apress/yandex_market/api/page_error.rb
apress-yandex_market-0.2.0 lib/apress/yandex_market/api/page_error.rb
apress-yandex_market-0.1.1 lib/apress/yandex_market/api/page_error.rb
apress-yandex_market-0.1.0 lib/apress/yandex_market/api/page_error.rb