Exception: Yast2::ArchFilter::Invalid

Inherits:
RuntimeError
  • Object
show all
Defined in:
library/general/src/lib/yast2/arch_filter.rb

Overview

Error when invalid specification for filter is used

Instance Method Summary collapse

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