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