Files
hdk-core/src/Exceptions/ThirdPartyException.php
2023-01-09 18:22:10 +08:00

10 lines
151 B
PHP

<?php
namespace Singularity\HDK\Core\Exceptions;
use Hyperf\Server\Exception\ServerException;
class ThirdPartyException extends ServerException
{
}