Sha256: 6b464ec8fa4432dc237130f985be6a758328d68b9a7046336f95f27f6d61fe61

Contents?: true

Size: 295 Bytes

Versions: 49

Compression:

Stored size: 295 Bytes

Contents

module PortaText
  module Exception
    # Raised on rate limited by the server, HTTP 429.
    #
    # Author::    Marcelo Gornstein (mailto:marcelog@portatext.com)
    # Copyright:: Copyright (c) 2015 PortaText
    # License::   Apache-2.0
    class RateLimited < RequestError
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
portatext-1.5.5 lib/portatext/exception/rate_limited.rb
portatext-1.5.4 lib/portatext/exception/rate_limited.rb
portatext-1.5.3 lib/portatext/exception/rate_limited.rb
portatext-1.5.2 lib/portatext/exception/rate_limited.rb
portatext-1.5.1 lib/portatext/exception/rate_limited.rb
portatext-1.5.0 lib/portatext/exception/rate_limited.rb
portatext-1.4.4 lib/portatext/exception/rate_limited.rb
portatext-1.4.3 lib/portatext/exception/rate_limited.rb
portatext-1.4.2 lib/portatext/exception/rate_limited.rb
portatext-1.4.1 lib/portatext/exception/rate_limited.rb
portatext-1.4.0 lib/portatext/exception/rate_limited.rb
portatext-1.3.1 lib/portatext/exception/rate_limited.rb
portatext-1.3.0 lib/portatext/exception/rate_limited.rb
portatext-1.2.0 lib/portatext/exception/rate_limited.rb
portatext-1.1.11 lib/portatext/exception/rate_limited.rb
portatext-1.1.10 lib/portatext/exception/rate_limited.rb
portatext-1.1.9 lib/portatext/exception/rate_limited.rb
portatext-1.1.8 lib/portatext/exception/rate_limited.rb
portatext-1.1.7 lib/portatext/exception/rate_limited.rb
portatext-1.1.6 lib/portatext/exception/rate_limited.rb