Exception: ACH::Record::Dynamic::DuplicateFormatError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- ACH::Record::Dynamic::DuplicateFormatError
- Defined in:
- lib/ach/record/dynamic.rb
Instance Method Summary collapse
-
#initialize(field_name) ⇒ DuplicateFormatError
constructor
A new instance of DuplicateFormatError.
Constructor Details
#initialize(field_name) ⇒ DuplicateFormatError
Returns a new instance of DuplicateFormatError.
29 30 31 |
# File 'lib/ach/record/dynamic.rb', line 29 def initialize(field_name) super "Rule #{field_name} has already been defined" end |