How import GraphQLLocatedError and except it

421 Views Asked by At

i want to import GraphQLLocatedError and except it like this.

from graphql.error.located_error import GraphQLLocatedError

try:
    try code
except GraphQLLocatedError:
    except code

but it doesn't work.. please help me.

0

There are 0 best solutions below