Exception: Zypper::Upgraderepo::ReleaseFileNotFound

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

Instance Method Summary collapse

Constructor Details

#initializeReleaseFileNotFound

Returns a new instance of ReleaseFileNotFound.



134
135
136
# File 'lib/zypper/upgraderepo/utils.rb', line 134

def initialize
  super 'The release file is not found.'
end