Exception: PredicateScope::Errors::UnsupportedOperation

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

Instance Method Summary collapse

Constructor Details

#initialize(node) ⇒ UnsupportedOperation

Returns a new instance of UnsupportedOperation.



6
7
8
# File 'lib/predicate_scope.rb', line 6

def initialize(node)
  super("Operation node type #{node.class} is not yet supported.")
end