Exception: PushPay::AuthenticationError
- Defined in:
- lib/pushpay/errors.rb
Instance Method Summary collapse
-
#initialize(message = "Authentication failed") ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
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( = "Authentication failed") super() end |