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