mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 01:55:05 +08:00
10 lines
151 B
PHP
10 lines
151 B
PHP
<?php
|
|
|
|
namespace Singularity\HDK\Core\Exceptions;
|
|
|
|
use Hyperf\Server\Exception\ServerException;
|
|
|
|
class ThirdPartyException extends ServerException
|
|
{
|
|
}
|