Exception: APIKeyNotSet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/songkickr.rb

Instance Method Summary (collapse)

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