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.



56
57
58
# File 'lib/search_object/plugin/graphql.rb', line 56

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