Exception: PushPay::AuthenticationError

Inherits:
Error
  • Object
show all
Defined in:
lib/pushpay/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Authentication failed") ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



13
14
15
# File 'lib/pushpay/errors.rb', line 13

def initialize(message = "Authentication failed")
  super(message)
end