class Veeqo::Errors::Unauthorized

Public Instance Methods

explanation() click to toggle source
# File lib/veeqo/errors/unauthorized.rb, line 4
def explanation
  "A request to Veeqo API was sent without a valid authentication"
end