class AndroidReviews::ThrottledError
Public Class Methods
new(msg="Google Play Store throttled you!")
click to toggle source
Calls superclass method
# File lib/android_reviews/throttled_error.rb, line 3 def initialize(msg="Google Play Store throttled you!") super(msg) end