Exception: JOR::IncompatibleSelectors

Inherits:
Error
  • Object
show all
Defined in:
lib/jor/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ IncompatibleSelectors

Returns a new instance of IncompatibleSelectors.



49
50
51
# File 'lib/jor/errors.rb', line 49

def initialize(str)
  super %(Incompatible selectors in "#{str}". They must be grouped like this #{Storage::SELECTORS})
end