Exception: Yast2::ArchFilter::Invalid
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Yast2::ArchFilter::Invalid
- Defined in:
- library/general/src/lib/yast2/arch_filter.rb
Overview
Error when invalid specification for filter is used
Instance Method Summary collapse
-
#initialize(spec) ⇒ Invalid
constructor
A new instance of Invalid.
Constructor Details
#initialize(spec) ⇒ Invalid
Returns a new instance of Invalid.
32 33 34 |
# File 'library/general/src/lib/yast2/arch_filter.rb', line 32 def initialize(spec) super("Invalid part of architecture specification '#{spec}'") end |