Exception: InstagramCrawler::Errors::ArgError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/instagram_crawler/errors/arg_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ArgError

Returns a new instance of ArgError.



4
5
6
# File 'lib/instagram_crawler/errors/arg_error.rb', line 4

def initialize(message)
  super("Missing argument: #{message}")
end