Exception: InstagramCrawler::Errors::ArgError
- Inherits:
-
StandardError
- Object
- StandardError
- InstagramCrawler::Errors::ArgError
- Defined in:
- lib/instagram_crawler/errors/arg_error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ ArgError
constructor
A new instance of ArgError.
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() super("Missing argument: #{}") end |