Exception: Tzispa::Data::TransporterRecordCount
- Inherits:
-
TransporterError
- Object
- StandardError
- TransporterError
- Tzispa::Data::TransporterRecordCount
- Defined in:
- lib/tzispa/data/transporter.rb
Instance Method Summary collapse
-
#initialize(lines, count) ⇒ TransporterRecordCount
constructor
A new instance of TransporterRecordCount.
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 |