Skip to content

Commit 52c2a9e

Browse files
Fix: Exception not found
1 parent 8627b3d commit 52c2a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Exception/ProductFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
1515

16-
final class ProductFoundException extends ConflictHttpException
16+
final class ProductFoundException extends NotFoundHttpException
1717
{
1818
}

0 commit comments

Comments
 (0)