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 b0d2e4b commit 8627b3dCopy full SHA for 8627b3d
1 file changed
src/Exception/ProductFoundException.php
@@ -11,17 +11,8 @@
11
12
namespace BitBag\SyliusWishlistPlugin\Exception;
13
14
-use Symfony\Component\HttpKernel\Exception\ConflictHttpException;
+use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
15
16
final class ProductFoundException extends ConflictHttpException
17
{
18
- public function __construct(private string $productName)
19
- {
20
- parent::__construct();
21
- }
22
-
23
- public function getProductName(): string
24
25
- return $this->productName;
26
27
}
0 commit comments