Exception: Zypper::Onlinesearch::EmptyCache
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Zypper::Onlinesearch::EmptyCache
- Defined in:
- lib/zypper/onlinesearch/utils.rb
Overview
Empty cache folder.
Instance Method Summary collapse
-
#initialize ⇒ EmptyCache
constructor
A new instance of EmptyCache.
Methods inherited from StandardError
Constructor Details
#initialize ⇒ EmptyCache
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 |