Exception: Zypper::Onlinesearch::EmptyCache
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Zypper::Onlinesearch::EmptyCache
- Defined in:
- lib/zypper/onlinesearch/utils.rb
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.
104 105 106 |
# File 'lib/zypper/onlinesearch/utils.rb', line 104 def initialize super 'The cache folder is already empty!' end |