Exception: Graphiti::Errors::TypeNotFound
- Defined in:
- lib/graphiti/errors.rb
Instance Method Summary collapse
-
#initialize(resource, attribute, type) ⇒ TypeNotFound
constructor
A new instance of TypeNotFound.
- #message ⇒ Object
Constructor Details
#initialize(resource, attribute, type) ⇒ TypeNotFound
Returns a new instance of TypeNotFound.
552 553 554 555 556 |
# File 'lib/graphiti/errors.rb', line 552 def initialize(resource, attribute, type) @resource = resource @attribute = attribute @type = type end |