Skip to content

Commit 643cff2

Browse files
authored
fix(symfony): throw metadata exception (#6164)
fixes #6147 #6130
1 parent 30f3f35 commit 643cff2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Symfony/Routing/IriConverter.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
use ApiPlatform\Api\IdentifiersExtractorInterface as LegacyIdentifiersExtractorInterface;
1717
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface;
1818
use ApiPlatform\Api\UriVariablesConverterInterface as LegacyUriVariablesConverterInterface;
19-
use ApiPlatform\Exception\InvalidArgumentException;
20-
use ApiPlatform\Exception\InvalidIdentifierException;
21-
use ApiPlatform\Exception\ItemNotFoundException;
22-
use ApiPlatform\Exception\OperationNotFoundException;
23-
use ApiPlatform\Exception\RuntimeException;
2419
use ApiPlatform\Metadata\CollectionOperationInterface;
20+
use ApiPlatform\Metadata\Exception\InvalidArgumentException;
21+
use ApiPlatform\Metadata\Exception\InvalidIdentifierException;
22+
use ApiPlatform\Metadata\Exception\ItemNotFoundException;
23+
use ApiPlatform\Metadata\Exception\OperationNotFoundException;
24+
use ApiPlatform\Metadata\Exception\RuntimeException;
2525
use ApiPlatform\Metadata\Get;
2626
use ApiPlatform\Metadata\GetCollection;
2727
use ApiPlatform\Metadata\HttpOperation;

0 commit comments

Comments
 (0)