Exception: APIKeyNotSet
- Inherits:
-
StandardError
- Object
- StandardError
- APIKeyNotSet
- Defined in:
- lib/songkickr.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
Warns of missing API key.
Instance Method Details
#to_s ⇒ Object
Warns of missing API key
29 30 31 |
# File 'lib/songkickr.rb', line 29 def to_s 'API key not set!' end |