Method: WebSnap::Snapper::ImproperSourceError#initialize

Defined in:
lib/websnap/websnap.rb

#initialize(msg) ⇒ ImproperSourceError

Returns a new instance of ImproperSourceError.



11
12
13
# File 'lib/websnap/websnap.rb', line 11

def initialize(msg)
  super("Improper Source: #{msg}")
end