mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-03-13 07:15:53 +00:00
9 lines
85 B
PHP
9 lines
85 B
PHP
<?php
|
|
|
|
namespace schedule\exceptions;
|
|
|
|
class Exception extends \think\Exception
|
|
{
|
|
|
|
}
|