Exception: Zypper::Upgraderepo::NoConnection
- Inherits:
-
StandardError
- Object
- StandardError
- Zypper::Upgraderepo::NoConnection
- Defined in:
- lib/zypper/upgraderepo/utils.rb
Instance Method Summary collapse
-
#initialize ⇒ NoConnection
constructor
A new instance of NoConnection.
Constructor Details
#initialize ⇒ NoConnection
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 |