building-sign/app/exception/EventException.php

12 lines
109 B
PHP
Raw Normal View History

2023-01-09 08:41:41 +00:00
<?php
namespace app\exception;
use Exception;
// 事件异常
class EventException extends Exception
{
}