Exception: Zypper::Upgraderepo::ReleaseFileNotFound

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

Overview

Osrelease file not found.

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initializeReleaseFileNotFound

Returns a new instance of ReleaseFileNotFound.



146
147
148
# File 'lib/zypper/upgraderepo/utils.rb', line 146

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