Exception: GraphQL::PersistedQueries::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- GraphQL::PersistedQueries::NotFound
- Defined in:
- lib/graphql/persisted_queries/errors.rb
Overview
Raised when persisted query is not found in the storage
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
7 8 9 |
# File 'lib/graphql/persisted_queries/errors.rb', line 7 def "PersistedQueryNotFound" end |