Exception: Tzispa::Data::TransporterBadFormat

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

Instance Method Summary collapse

Constructor Details

#initialize(line) ⇒ TransporterBadFormat

Returns a new instance of TransporterBadFormat.



130
131
132
# File 'lib/tzispa/data/transporter.rb', line 130

def initialize(line)
  super "Bad file format at line #{line}: columns number does not match"
end