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.



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

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