Exception: Zypper::Upgraderepo::ReleaseFileNotFound

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

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initializeReleaseFileNotFound



63
64
65
# File 'lib/zypper/upgraderepo/utils.rb', line 63

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