mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
|
|
namespace base\admin\service\curd\exceptions;
|
|
|
|
class TableExceptionBase extends \Exception
|
|
{
|
|
}
|