Sha256: 1bd0a2762ff8b2da1fe95b81f7ab23aa24ed4d0f7c4c3b861a6bf330df011af8
Contents?: true
Size: 210 Bytes
Versions: 5
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true require_relative 'client_error' module Easyship module Errors # Raised when Easyship returns the HTTP status code 429 class RateLimitError < ClientError; end end end
Version data entries
5 entries across 5 versions & 1 rubygems