Exception: Zypper::Onlinesearch::EmptyCache

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

Overview

Empty cache folder.

Instance Method Summary collapse

Methods inherited from StandardError

#error_code

Constructor Details

#initializeEmptyCache

Returns a new instance of EmptyCache.



138
139
140
# File 'lib/zypper/onlinesearch/utils.rb', line 138

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