Rabbi_Gerzi/backend/app/Exceptions/NotFoundException.php

9 lines
108 B
PHP

<?php
namespace App\Exceptions;
use DomainException;
class NotFoundException extends DomainException
{
}