Class: GraphQL::Execution::Errors::NullErrorHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/execution/errors.rb

Class Method Summary collapse

Class Method Details

.with_error_handling(_ctx) ⇒ Object



29
30
31
# File 'lib/graphql/execution/errors.rb', line 29

def self.with_error_handling(_ctx)
  yield
end