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