Exception: ACH::Record::Dynamic::DuplicateFormatError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/ach/record/dynamic.rb

Instance Method Summary collapse

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