Exception: SearchObject::Plugin::Graphql::NotIncludedInResolverError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/search_object/plugin/graphql.rb

Instance Method Summary collapse

Constructor Details

#initialize(base) ⇒ NotIncludedInResolverError

Returns a new instance of NotIncludedInResolverError.



58
59
60
# File 'lib/search_object/plugin/graphql.rb', line 58

def initialize(base)
  super "#{base.name} should inherit from GraphQL::Schema::Resolver. Current ancestors #{base.ancestors}"
end