PHP 7.4.33
Preview: ConnectException.php Size: 763 B
/home/godevadmin/www/admin/vendor/aws/GuzzleHttp/Exception/ConnectException.php

<?php
namespace GuzzleHttp\Exception;

use Psr\Http\Message\RequestInterface;

/**
 * Exception thrown when a connection cannot be established.
 *
 * Note that no response is present for a ConnectException
 */
class ConnectException extends RequestException
{
    public function __construct(
        $message,
        RequestInterface $request,
        \Exception $previous = null,
        array $handlerContext = []
    ) {
        parent::__construct($message, $request, null, $previous, $handlerContext);
    }

    /**
     * @return null
     */
    public function getResponse()
    {
        return null;
    }

    /**
     * @return bool
     */
    public function hasResponse()
    {
        return false;
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
833 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
171 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
763 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
494 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
149 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
5.21 KB lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
615 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
171 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
106 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download
126 B lrwxrwxr-x 2024-06-18 20:12:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).