Exception: InsoundApi::ConfigException
- Inherits:
-
Exception
- Object
- Exception
- InsoundApi::ConfigException
- Defined in:
- lib/insound_api.rb
Constant Summary collapse
- EXCEPTION_TEXT =
<<-eos You must setup InsoundApi before you can use! Ex: InsoundApi.setup do |config| config.affiliate_id = 2343234 config.api_password = 'aklsdfjlksdajflks' end eos