Files
kiri-rpc/RpcServiceException.php
T

9 lines
86 B
PHP
Raw Normal View History

2022-01-09 14:00:32 +08:00
<?php
namespace Kiri\Rpc;
class RpcServiceException extends \Exception
{
}