class Paynow::MissingAttributeError
Public Class Methods
new(msg="Attribute is missing")
click to toggle source
Calls superclass method
# File lib/paynow/errors.rb, line 9 def initialize(msg="Attribute is missing") super end