Exception: Cnab::Exceptions::VersionNotImplemented

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

Class Method Summary collapse

Class Method Details

.initializeObject



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

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