Exception: AndroidReviews::ThrottledError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/android_reviews/throttled_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Google Play Store throttled you!") ⇒ ThrottledError

Returns a new instance of ThrottledError.



3
4
5
# File 'lib/android_reviews/throttled_error.rb', line 3

def initialize(msg="Google Play Store throttled you!")
  super(msg)
end