class GraphQL::PersistedQueries::ErrorHandlers::DefaultErrorHandler

Default error handler for simply re-raising the error

Public Instance Methods

call(error) click to toggle source
# File lib/graphql/persisted_queries/error_handlers/default_error_handler.rb, line 8
def call(error)
  raise error
end