snipe_it/app/Exceptions/UserDoestExistException.php
2024-10-21 17:31:26 -05:00

10 lines
103 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class UserDoestExistException extends Exception
{
}