Exception: Paynow::UnknownAttributeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/paynow/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "No such attribute. Refer to docs for an applicable attribute") ⇒ UnknownAttributeError

Returns a new instance of UnknownAttributeError.



3
4
5
# File 'lib/paynow/errors.rb', line 3

def initialize(msg="No such attribute. Refer to docs for an applicable attribute")
  super
end