for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Spike library
* @author Tao <[email protected]>
*/
namespace Spike\Client\TunnelClient;
class TcpTunnelClient extends TunnelClient
{
* {@inheritdoc}
public function handleConnectLocalError(\Exception $exception)
$this->proxyConnection->end($exception->getMessage());
$this->close();
}