Skip to content

Commit 465a587

Browse files
fix: replace ApiPlatform\Exception use by ApiPlatform\Metadata\Exception (#6597)
1 parent 7250419 commit 465a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Serializer/EntrypointNormalizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use ApiPlatform\Api\IriConverterInterface as LegacyIriConverterInterface;
1818
use ApiPlatform\Api\UrlGeneratorInterface as LegacyUrlGeneratorInterface;
1919
use ApiPlatform\Documentation\Entrypoint as DocumentationEntrypoint;
20-
use ApiPlatform\Exception\InvalidArgumentException;
2120
use ApiPlatform\Metadata\CollectionOperationInterface;
21+
use ApiPlatform\Metadata\Exception\InvalidArgumentException;
2222
use ApiPlatform\Metadata\IriConverterInterface;
2323
use ApiPlatform\Metadata\Operation;
2424
use ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface;

0 commit comments

Comments
 (0)