Exception: Veeqo::Errors::Forbidden

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

Instance Method Summary collapse

Methods inherited from RequestError

#message

Instance Method Details

#explanationObject



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

def explanation
  "A request to Veeqo API was considered forbidden by the server"
end