Exception: Cnab::Exceptions::LineNotParseable
- Inherits:
-
StandardError
- Object
- StandardError
- Cnab::Exceptions::LineNotParseable
- Defined in:
- lib/cnab/exceptions/line_not_parseable.rb
Class Method Summary collapse
Class Method Details
.initialize ⇒ Object
4 5 6 |
# File 'lib/cnab/exceptions/line_not_parseable.rb', line 4 def self.initialize super("This line does not have the expected size!") end |