eZ\Publish\Core\REST\Client\HttpClient\ConnectionException::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( string $server, string $path, string $method )
$server string
$path string
$method string
    public function __construct($server, $path, $method)
    {
        parent::__construct("Could not connect to server '{$server}' and retrieve '{$path}' with '{$method}'.");
    }
ConnectionException