class Shodanz::Errors::RateLimited

Public Class Methods

new(msg = 'Request rate limit reached (1 request/ second). Please wait a second before trying again and slow down your API calls.') click to toggle source
Calls superclass method
# File lib/shodanz/errors.rb, line 6
def initialize(msg = 'Request rate limit reached (1 request/ second). Please wait a second before trying again and slow down your API calls.')
  super
end