Exception: Zypper::Upgraderepo::NoConnection

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

Instance Method Summary collapse

Constructor Details

#initializeNoConnection

Returns a new instance of NoConnection.



158
159
160
# File 'lib/zypper/upgraderepo/utils.rb', line 158

def initialize
  super 'Internet connection has some trouble'
end