[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/maxmind/web-service-common/src/Exception/ -> HttpException.php (summary)

(no description)

File Size: 44 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HttpException:: (3 methods):
  __construct()
  getUri()
  getStatusCode()


Class: HttpException  - X-Ref

This class represents an HTTP transport error.

__construct(string $message,int $httpStatus,string $uri,\Exception $previous = null)   X-Ref

param: string     $message    a message describing the error
param: int        $httpStatus the HTTP status code of the response
param: string     $uri        the URI used in the request
param: \Exception $previous   the previous exception, if any

getUri()   X-Ref
No description

getStatusCode()   X-Ref
No description



Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1