Exception: Paynow::MissingAttributeError
- Inherits:
-
StandardError
- Object
- StandardError
- Paynow::MissingAttributeError
- Defined in:
- lib/paynow/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Attribute is missing") ⇒ MissingAttributeError
constructor
A new instance of MissingAttributeError.
Constructor Details
#initialize(msg = "Attribute is missing") ⇒ MissingAttributeError
Returns a new instance of MissingAttributeError.
9 10 11 |
# File 'lib/paynow/errors.rb', line 9 def initialize(msg="Attribute is missing") super end |