We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d5736 commit ee0f818Copy full SHA for ee0f818
lib/graphql/execution/errors.rb
@@ -69,7 +69,7 @@ def self.find_handler_for(schema, error_class)
69
end
70
71
# check for a handler from a parent class:
72
- if schema.superclass.respond_to?(:error_handlers) && (parent_errors = schema.superclass.error_handlers)
+ if schema.superclass.respond_to?(:error_handlers)
73
parent_handler = find_handler_for(schema.superclass, error_class)
74
75
0 commit comments