class Myra::APIAuthError

Public Instance Methods

message() click to toggle source
# File lib/myra/objects/errors.rb, line 4
def message
  'Could not authenticate with the API, check your credentials'
end