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

8 lines
89 B
PHP

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