Exception: Veeqo::Errors::Unauthorized

Inherits:
RequestError
  • Object
show all
Defined in:
lib/veeqo/errors/unauthorized.rb

Instance Method Summary collapse

Methods inherited from RequestError

#message

Instance Method Details

#explanationObject



4
5
6
# File 'lib/veeqo/errors/unauthorized.rb', line 4

def explanation
  "A request to Veeqo API was sent without a valid authentication"
end