Exception: Zypper::Upgraderepo::FileNotFound

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

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initialize(filename) ⇒ FileNotFound

Returns a new instance of FileNotFound.



57
58
59
# File 'lib/zypper/upgraderepo/utils.rb', line 57

def initialize(filename)
  super "The File #{filename} doesn't exist."
end