mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-06-25 04:07:07 +08:00
7 lines
81 B
PHP
7 lines
81 B
PHP
<?php
|
|
namespace exception;
|
|
|
|
class LogicException extends BaseException
|
|
{
|
|
}
|