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.6.1 lib/portatext/exception/rate_limited.rb
portatext-1.6.0 lib/portatext/exception/rate_limited.rb
portatext-1.5.23 lib/portatext/exception/rate_limited.rb
portatext-1.5.22 lib/portatext/exception/rate_limited.rb
portatext-1.5.21 lib/portatext/exception/rate_limited.rb
portatext-1.5.20 lib/portatext/exception/rate_limited.rb
portatext-1.5.19 lib/portatext/exception/rate_limited.rb
portatext-1.5.18 lib/portatext/exception/rate_limited.rb
portatext-1.5.17 lib/portatext/exception/rate_limited.rb
portatext-1.5.16 lib/portatext/exception/rate_limited.rb
portatext-1.5.15 lib/portatext/exception/rate_limited.rb
portatext-1.5.14 lib/portatext/exception/rate_limited.rb
portatext-1.5.13 lib/portatext/exception/rate_limited.rb
portatext-1.5.12 lib/portatext/exception/rate_limited.rb
portatext-1.5.11 lib/portatext/exception/rate_limited.rb
portatext-1.5.10 lib/portatext/exception/rate_limited.rb
portatext-1.5.9 lib/portatext/exception/rate_limited.rb
portatext-1.5.8 lib/portatext/exception/rate_limited.rb
portatext-1.5.7 lib/portatext/exception/rate_limited.rb
portatext-1.5.6 lib/portatext/exception/rate_limited.rb