Exception: GraphQL::InvariantError
- Defined in:
- lib/graphql.rb
Overview
This error is raised when GraphQL-Ruby encounters a situation that it thought would never happen. Please report this bug!
Instance Method Summary collapse
-
#initialize(message) ⇒ InvariantError
constructor
A new instance of InvariantError.
Constructor Details
#initialize(message) ⇒ InvariantError
Returns a new instance of InvariantError.
23 24 25 26 27 28 |
# File 'lib/graphql.rb', line 23 def initialize() += " This is probably a bug in GraphQL-Ruby, please report this error on GitHub: https://github.com/rmosolgo/graphql-ruby/issues/new?template=bug_report.md" super() end |