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