src/App/Exception/ShopVideoNotFoundException.php line 7

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace App\Exception;
  3. use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
  4. class ShopVideoNotFoundException extends NotFoundHttpException
  5. {
  6. }