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



33
34
35
# File 'lib/graphql/execution/errors.rb', line 33

def self.with_error_handling(_ctx)
  yield
end