<?php declare(strict_types=1);
namespace App\Exception;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class ShopVideoNotFoundException extends NotFoundHttpException
{
}