Exception: Zypper::Upgraderepo::Interruption

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

Overview

Ctrl + C message error.

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initializeInterruption

Returns a new instance of Interruption.



279
280
281
# File 'lib/zypper/upgraderepo/utils.rb', line 279

def initialize
  super "Ok ok... Exiting!"
end