Method: GraphQL::Schema#rescue_from
- Defined in:
- lib/graphql/schema.rb
#rescue_from(*args, &block) ⇒ Object
169 170 171 |
# File 'lib/graphql/schema.rb', line 169 def rescue_from(*args, &block) rescue_middleware.rescue_from(*args, &block) end |