class Shodanz::Errors::InvalidKey

Public Class Methods

new(msg = 'Invalid API key used, or none given!') click to toggle source
Calls superclass method
# File lib/shodanz/errors.rb, line 36
def initialize(msg = 'Invalid API key used, or none given!')
  super
end