Exception: Zypper::Upgraderepo::FileNotFound

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

Overview

File not found error.

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

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