Skip to content

Commit fb96dbf

Browse files
committed
fix: use correct clasds in FilterValidationException deprecation message
1 parent 3b42c9f commit fb96dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/FilterValidationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Julien DENIAU <julien.deniau@gmail.com>
2222
*
23-
* @deprecated use \ApiPlatform\Metadata\Exception\ValidationException instead
23+
* @deprecated use \ApiPlatform\ParameterValidator\Exception\ValidationException instead
2424
*/
2525
final class FilterValidationException extends \Exception implements ValidationExceptionInterface, ExceptionInterface, \Stringable
2626
{

0 commit comments

Comments
 (0)