File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66
77use Exception ;
8- use TheCodingMachine \GraphQLite \GraphQLException ;
8+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
99
1010class InvalidUserPasswordException extends GraphQLException
1111{
Original file line number Diff line number Diff line change 5050use TheCodingMachine \Graphqlite \Bundle \Controller \GraphQL \MeController ;
5151use TheCodingMachine \GraphQLite \FieldsBuilder ;
5252use TheCodingMachine \GraphQLite \FieldsBuilderFactory ;
53- use TheCodingMachine \GraphQLite \GraphQLException ;
53+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
5454use TheCodingMachine \GraphQLite \InputTypeGenerator ;
5555use TheCodingMachine \GraphQLite \InputTypeUtils ;
5656use TheCodingMachine \GraphQLite \Mappers \CompositeTypeMapper ;
Original file line number Diff line number Diff line change 1717use Symfony \Component \DependencyInjection \Definition ;
1818use Symfony \Component \DependencyInjection \Extension \Extension ;
1919use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
20- use TheCodingMachine \GraphQLite \GraphQLException ;
20+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
2121use function var_dump ;
2222
2323class GraphqliteExtension extends Extension
Original file line number Diff line number Diff line change 66
77use GraphQL \Type \Definition \ResolveInfo ;
88use TheCodingMachine \Graphqlite \Bundle \Context \SymfonyRequestContextInterface ;
9- use TheCodingMachine \GraphQLite \GraphQLException ;
9+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
1010use TheCodingMachine \GraphQLite \Parameters \ParameterInterface ;
1111
1212class RequestParameter implements ParameterInterface
Original file line number Diff line number Diff line change 1414use Symfony \Component \Security \Core \User \User ;
1515use TheCodingMachine \Graphqlite \Bundle \Controller \GraphqliteController ;
1616use TheCodingMachine \Graphqlite \Bundle \Security \AuthenticationService ;
17- use TheCodingMachine \GraphQLite \GraphQLException ;
17+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
1818use TheCodingMachine \GraphQLite \Schema ;
1919use function var_dump ;
2020
You can’t perform that action at this time.
0 commit comments