Exception: Flickrage::NoKeysError
- Defined in:
- lib/flickrage.rb
Overview
Every call must have token in environment or via params.
Instance Method Summary collapse
-
#initialize(*_args) ⇒ NoKeysError
constructor
A new instance of NoKeysError.
Constructor Details
#initialize(*_args) ⇒ NoKeysError
Returns a new instance of NoKeysError.
151 152 153 154 |
# File 'lib/flickrage.rb', line 151 def initialize(*_args) Flickrage.logger.error 'Please enter Flickr keys' super end |