Exception: PredicateScope::Errors::UnsupportedInOperand

Inherits:
StandardError
  • Object
show all
Defined in:
lib/predicate_scope.rb

Instance Method Summary collapse

Constructor Details

#initialize(operand) ⇒ UnsupportedInOperand

Returns a new instance of UnsupportedInOperand.



18
19
20
# File 'lib/predicate_scope.rb', line 18

def initialize(operand)
  super("In operations with operand type #{operand.class} are not yet supported.")
end