Exception: Zypper::Upgraderepo::InvalidVersion

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zypper/upgraderepo/utils.rb

Overview

Invalid release version.

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initialize(version) ⇒ InvalidVersion

Returns a new instance of InvalidVersion.



164
165
166
# File 'lib/zypper/upgraderepo/utils.rb', line 164

def initialize(version)
  super "The version #{version} is not valid"
end