Exception: Zypper::Upgraderepo::InvalidPermissions

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ InvalidPermissions

Returns a new instance of InvalidPermissions.



146
147
148
# File 'lib/zypper/upgraderepo/utils.rb', line 146

def initialize(filename)
  super "Don't have the right permission to write #{filename}"
end