Exception: Zypper::Upgraderepo::FileNotFound
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Zypper::Upgraderepo::FileNotFound
- Defined in:
- lib/zypper/upgraderepo/utils.rb
Overview
File not found error.
Instance Method Summary collapse
-
#initialize(filename) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Methods inherited from StandardError
Constructor Details
#initialize(filename) ⇒ FileNotFound
Returns a new instance of FileNotFound.
137 138 139 |
# File 'lib/zypper/upgraderepo/utils.rb', line 137 def initialize(filename) super "The File #{filename} doesn't exist." end |