class Zypper::Upgraderepo::ReleaseFileNotFound
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/zypper/upgraderepo/utils.rb, line 63 def initialize super 'The release file is not found.' end