Exception: Cnab::Exceptions::SegmentNotImplemented

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cnab/exceptions/segment_not_implemented.rb

Class Method Summary collapse

Class Method Details

.initializeObject



4
5
6
# File 'lib/cnab/exceptions/segment_not_implemented.rb', line 4

def self.initialize
  super("This Segment is not implemented!")
end