class Gratitude::AuthenticationError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/gratitude/error.rb, line 13 def initialize super( "The supplied username and api_key could not properly authenticate "\ "with Gratipay.") end