Exception: EchoNest::ConfigException

Inherits:
Exception
  • Object
show all
Defined in:
lib/another_echonest_ruby_api.rb

Constant Summary collapse

EXCEPTION_TEXT =
<<-eos
    You must setup EchoNest before you can use!  Ex:

    EchoNest.setup do |config|
      config.api_key = 'xxxxxxxx'
    end
eos