Files
EasyAdmin8/app/admin/service/curd/exceptions/FileException.php
wolfcode e1c3216904 init
2023-06-15 16:18:27 +08:00

8 lines
88 B
PHP

<?php
namespace EasyAdmin\curd\exceptions;
class FileException extends \Exception
{
}