[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 44 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |