class Zypper::Upgraderepo::FileNotFound
Public Class Methods
new(filename)
click to toggle source
Calls superclass method
# File lib/zypper/upgraderepo/utils.rb, line 57 def initialize(filename) super "The File #{filename} doesn't exist." end