kb / libs /jsonrpc /src /JsonRPC /Exception /ServerErrorException.php
Xv Zan
ULFS
e4f4821
raw
history blame
199 Bytes
<?php
namespace JsonRPC\Exception;
/**
* Class ServerErrorException
*
* @package JsonRPC\Exception
* @author Frederic Guillot
*/
class ServerErrorException extends RpcCallFailedException
{
}