Exception: ACH::Record::Dynamic::UndefinedFormatError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- ACH::Record::Dynamic::UndefinedFormatError
- Defined in:
- lib/ach/record/dynamic.rb
Instance Method Summary collapse
-
#initialize(field_name) ⇒ UndefinedFormatError
constructor
A new instance of UndefinedFormatError.
Constructor Details
#initialize(field_name) ⇒ UndefinedFormatError
Returns a new instance of UndefinedFormatError.
35 36 37 |
# File 'lib/ach/record/dynamic.rb', line 35 def initialize(field_name) super "Unknown field #{field_name} should be supplied by format" end |