1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-06-25 04:07:07 +08:00
kefu_service/extend/exception/ResponsableException.php
2019-10-30 23:45:10 +08:00

7 lines
87 B
PHP

<?php
namespace exception;
class ResponsableException extends BaseException
{
}