Exception: Tzispa::Data::TransporterRecordCount

Inherits:
TransporterError show all
Defined in:
lib/tzispa/data/transporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(lines, count) ⇒ TransporterRecordCount

Returns a new instance of TransporterRecordCount.



136
137
138
# File 'lib/tzispa/data/transporter.rb', line 136

def initialize(lines, count)
  super "Lines count (#{lines}) and records count (#{count}) does not match"
end