PHP 8.3.31
Preview: HttpException.php Size: 479 B
/home/getspomw/royalsquad.us/vendor/geoip2/geoip2/src/Exception/HttpException.php

<?php

declare(strict_types=1);

namespace GeoIp2\Exception;

/**
 *  This class represents an HTTP transport error.
 */
class HttpException extends GeoIp2Exception
{
    /**
     * The URI queried.
     */
    public string $uri;

    public function __construct(
        string $message,
        int $httpStatus,
        string $uri,
        ?\Exception $previous = null
    ) {
        $this->uri = $uri;
        parent::__construct($message, $httpStatus, $previous);
    }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
187 B lrw-rw-rw- 2025-05-05 08:48:26
Edit Download
186 B lrw-rw-rw- 2025-05-05 08:48:26
Edit Download
173 B lrw-rw-rw- 2025-05-05 08:48:26
Edit Download
479 B lrw-rw-rw- 2025-05-05 08:48:26
Edit Download
579 B lrw-rw-rw- 2025-05-05 08:48:26
Edit Download
184 B lrw-rw-rw- 2025-05-05 08:48:26
Edit Download

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