class InstagramCrawler::Errors::ArgError

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/instagram_crawler/errors/arg_error.rb, line 4
def initialize(message)
  super("Missing argument: #{message}")
end