Files
school2/app/Exceptions/RepositoryException.php
T
2026-07-13 15:23:29 +08:00

11 lines
113 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
class RepositoryException extends RuntimeException
{
}