class Paynow::UnknownAttributeError

Public Class Methods

new(msg="No such attribute. Refer to docs for an applicable attribute") click to toggle source
Calls superclass method
# File lib/paynow/errors.rb, line 3
def initialize(msg="No such attribute. Refer to docs for an applicable attribute")
  super
end