Exception: Graphiti::Errors::UnknownAttribute

Inherits:
AttributeError show all
Defined in:
lib/graphiti/errors.rb

Instance Attribute Summary

Attributes inherited from AttributeError

#exists, #flag, #guard, #name, #request, #resource

Instance Method Summary collapse

Methods inherited from AttributeError

#action, #initialize, #resource_name

Constructor Details

This class inherits a constructor from Graphiti::Errors::AttributeError

Instance Method Details

#messageObject



409
410
411
# File 'lib/graphiti/errors.rb', line 409

def message
  "#{super}, but could not find an attribute with that name."
end