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 5
5
6
6
7
7
use Exception ;
8
- use TheCodingMachine \GraphQLite \GraphQLException ;
8
+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
9
9
10
10
class InvalidUserPasswordException extends GraphQLException
11
11
{
Original file line number Diff line number Diff line change 50
50
use TheCodingMachine \Graphqlite \Bundle \Controller \GraphQL \MeController ;
51
51
use TheCodingMachine \GraphQLite \FieldsBuilder ;
52
52
use TheCodingMachine \GraphQLite \FieldsBuilderFactory ;
53
- use TheCodingMachine \GraphQLite \GraphQLException ;
53
+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
54
54
use TheCodingMachine \GraphQLite \InputTypeGenerator ;
55
55
use TheCodingMachine \GraphQLite \InputTypeUtils ;
56
56
use TheCodingMachine \GraphQLite \Mappers \CompositeTypeMapper ;
Original file line number Diff line number Diff line change 17
17
use Symfony \Component \DependencyInjection \Definition ;
18
18
use Symfony \Component \DependencyInjection \Extension \Extension ;
19
19
use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
20
- use TheCodingMachine \GraphQLite \GraphQLException ;
20
+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
21
21
use function var_dump ;
22
22
23
23
class GraphqliteExtension extends Extension
Original file line number Diff line number Diff line change 6
6
7
7
use GraphQL \Type \Definition \ResolveInfo ;
8
8
use TheCodingMachine \Graphqlite \Bundle \Context \SymfonyRequestContextInterface ;
9
- use TheCodingMachine \GraphQLite \GraphQLException ;
9
+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
10
10
use TheCodingMachine \GraphQLite \Parameters \ParameterInterface ;
11
11
12
12
class RequestParameter implements ParameterInterface
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Security \Core \User \User ;
15
15
use TheCodingMachine \Graphqlite \Bundle \Controller \GraphqliteController ;
16
16
use TheCodingMachine \Graphqlite \Bundle \Security \AuthenticationService ;
17
- use TheCodingMachine \GraphQLite \GraphQLException ;
17
+ use TheCodingMachine \GraphQLite \GraphQLRuntimeException as GraphQLException ;
18
18
use TheCodingMachine \GraphQLite \Schema ;
19
19
use function var_dump ;
20
20
You can’t perform that action at this time.
0 commit comments