Exception: EchoNest::ConfigException
- Inherits:
-
Exception
- Object
- Exception
- EchoNest::ConfigException
- 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