class Attune::AuthenticationException

Public Class Methods

new(message="Authentication credentials not accepted") click to toggle source
Calls superclass method
# File lib/attune/client.rb, line 11
def initialize(message="Authentication credentials not accepted")
  super(message)
end