Files
kiri-rpc/RpcServiceException.php
T

9 lines
78 B
PHP
Raw Normal View History

2021-12-02 15:25:41 +08:00
<?php
namespace Kiri\Rpc;
class RpcServiceException extends \Exception
{
}