Files
shopit-back/app/Domains/Ticketing/Ticket/Exceptions/TicketNotAvailableException.php

8 lines
193 B
PHP

<?php
namespace App\Domains\Ticketing\Ticket\Exceptions;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class TicketNotAvailableException extends NotFoundHttpException {}