Exception: Zypper::Onlinesearch::EmptyCache

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

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initializeEmptyCache

Returns a new instance of EmptyCache.



104
105
106
# File 'lib/zypper/onlinesearch/utils.rb', line 104

def initialize
  super 'The cache folder is already empty!'
end