learning-center/app/User/Models/UserNotFound.php
2024-09-08 13:48:26 +03:00

11 lines
110 B
PHP

<?php
declare(strict_types=1);
namespace App\User\Models;
final class UserNotFound extends \Exception
{
}