Exception: PredicateScope::Errors::UnsupportedAttribute

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

Instance Method Summary collapse

Constructor Details

#initialize(attribute) ⇒ UnsupportedAttribute

Returns a new instance of UnsupportedAttribute.



12
13
14
# File 'lib/predicate_scope.rb', line 12

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