File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/graphql/schema Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33import graphql .ErrorType ;
44import graphql .GraphQLError ;
55import graphql .GraphQLException ;
6+ import graphql .PublicApi ;
67import graphql .language .SourceLocation ;
78
89import java .util .Arrays ;
910import java .util .List ;
1011
12+ @ PublicApi
1113public class CoercingParseLiteralException extends GraphQLException implements GraphQLError {
1214 private List <SourceLocation > sourceLocations ;
1315
Original file line number Diff line number Diff line change 33import graphql .ErrorType ;
44import graphql .GraphQLError ;
55import graphql .GraphQLException ;
6+ import graphql .PublicApi ;
67import graphql .language .SourceLocation ;
78
89import java .util .Arrays ;
910import java .util .List ;
1011
12+ @ PublicApi
1113public class CoercingParseValueException extends GraphQLException implements GraphQLError {
1214 private List <SourceLocation > sourceLocations ;
1315
You can’t perform that action at this time.
0 commit comments