Exception: WebSnap::Snapper::ImproperSourceError

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

Instance Method Summary collapse

Constructor Details

#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