Exception: Dynectastic::AuthenticationError

Inherits:
DynectError
  • Object
show all
Defined in:
lib/dynectastic/errors.rb

Instance Attribute Summary

Attributes inherited from DynectError

#code, #source, #text

Instance Method Summary collapse

Methods inherited from DynectError

#initialize

Constructor Details

This class inherits a constructor from Dynectastic::DynectError

Instance Method Details

#messageObject



19
20
21
# File 'lib/dynectastic/errors.rb', line 19

def message
  "Credentials you entered did not match those in Dynect's database."
end