We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e5cd2 commit 3ab53c1Copy full SHA for 3ab53c1
core/errors.md
@@ -105,7 +105,7 @@ api_platform:
105
# The 4 following handlers are registered by default, keep those lines to prevent unexpected side effects
106
Symfony\Component\Serializer\Exception\ExceptionInterface: 400 # Use a raw status code (recommended)
107
ApiPlatform\Exception\InvalidArgumentException: !php/const Symfony\Component\HttpFoundation\Response::HTTP_BAD_REQUEST
108
- ApiPlatform\Exception\FilterValidationException: 400
+ ApiPlatform\ParameterValidator\Exception\ValidationExceptionInterface: 400
109
Doctrine\ORM\OptimisticLockException: 409
110
111
# Validation exception
0 commit comments