Exception: Exceptions::MissingAuthToken

Inherits:
Standard
  • Object
show all
Defined in:
lib/zooppa_api/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/zooppa_api/exceptions.rb', line 5

def message
  'You have to provide a valid auth_token since the API request requires authentication'
end