class Graphiti::Errors::InvalidType
Public Class Methods
Source
# File lib/graphiti/errors.rb, line 452 def initialize(key, value) @key = key @value = value end
Public Instance Methods
Source
# File lib/graphiti/errors.rb, line 457 def message "Type must be a Hash with keys #{Types::REQUIRED_KEYS.inspect}" end