class Zypper::Upgraderepo::UnmatchingOverrides

Public Class Methods

new(args) click to toggle source
Calls superclass method
# File lib/zypper/upgraderepo/utils.rb, line 121
def initialize(args)
  super "The repository n.#{args[:num]} named #{args[:repo].name.bold.red} doesn't match with the repository named #{args[:ini]['name'].bold.red} in the ini file"
end

Public Instance Methods

error_code() click to toggle source
# File lib/zypper/upgraderepo/utils.rb, line 125
def error_code
  9
end