Exception: Zypper::Upgraderepo::ReleaseFileNotFound
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Zypper::Upgraderepo::ReleaseFileNotFound
- Defined in:
- lib/zypper/upgraderepo/utils.rb
Overview
Osrelease file not found.
Instance Method Summary collapse
-
#initialize ⇒ ReleaseFileNotFound
constructor
A new instance of ReleaseFileNotFound.
Methods inherited from StandardError
Constructor Details
#initialize ⇒ ReleaseFileNotFound
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 |