Exception: Zypper::Upgraderepo::ReleaseFileNotFound
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Zypper::Upgraderepo::ReleaseFileNotFound
- Defined in:
- lib/zypper/upgraderepo/utils.rb
Instance Method Summary collapse
-
#initialize ⇒ ReleaseFileNotFound
constructor
A new instance of ReleaseFileNotFound.
Methods inherited from StandardError
Constructor Details
#initialize ⇒ ReleaseFileNotFound
63 64 65 |
# File 'lib/zypper/upgraderepo/utils.rb', line 63 def initialize super 'The release file is not found.' end |