Exception: SyllabsApi::Exceptions::InvalidKey

Inherits:
Exception
  • Object
show all
Defined in:
lib/syllabs-api/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'lib/syllabs-api/exceptions.rb', line 5

def to_s
  'Invalid API Key'
end