class Uploadcare::Exception::ThrottleError

Exception for throttled requests

Attributes

timeout[R]

Public Class Methods

new(timeout = 10.0) click to toggle source

@param timeout [Float] Amount of seconds the request have been throttled for

# File lib/uploadcare/exception/throttle_error.rb, line 9
def initialize(timeout = 10.0)
  @timeout = timeout
end