b0ed7650c5
This reverts commit fdf58326
9 lines
78 B
PHP
9 lines
78 B
PHP
<?php
|
|
|
|
namespace Kiri\Rpc;
|
|
|
|
class RpcServiceException extends \Exception
|
|
{
|
|
|
|
}
|