���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/zhaagvlk/public_html/wp-includes/Requests/library/block-bindings/Http.tar
���ѧ٧ѧ�
Status504.php 0000644 00000000725 15157405747 0007014 0 ustar 00 <?php /** * Exception for 504 Gateway Timeout responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 504 Gateway Timeout responses * * @package Requests\Exceptions */ final class Status504 extends Http { /** * HTTP status code * * @var integer */ protected $code = 504; /** * Reason phrase * * @var string */ protected $reason = 'Gateway Timeout'; } Status413.php 0000644 00000000760 15157405747 0007012 0 ustar 00 <?php /** * Exception for 413 Request Entity Too Large responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 413 Request Entity Too Large responses * * @package Requests\Exceptions */ final class Status413 extends Http { /** * HTTP status code * * @var integer */ protected $code = 413; /** * Reason phrase * * @var string */ protected $reason = 'Request Entity Too Large'; } Status407.php 0000644 00000000777 15157405747 0007025 0 ustar 00 <?php /** * Exception for 407 Proxy Authentication Required responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 407 Proxy Authentication Required responses * * @package Requests\Exceptions */ final class Status407 extends Http { /** * HTTP status code * * @var integer */ protected $code = 407; /** * Reason phrase * * @var string */ protected $reason = 'Proxy Authentication Required'; } Status429.php 0000644 00000001163 15157405747 0007017 0 ustar 00 <?php /** * Exception for 429 Too Many Requests responses * * @link https://tools.ietf.org/html/draft-nottingham-http-new-status-04 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 429 Too Many Requests responses * * @link https://tools.ietf.org/html/draft-nottingham-http-new-status-04 * * @package Requests\Exceptions */ final class Status429 extends Http { /** * HTTP status code * * @var integer */ protected $code = 429; /** * Reason phrase * * @var string */ protected $reason = 'Too Many Requests'; } Status411.php 0000644 00000000725 15157405747 0007011 0 ustar 00 <?php /** * Exception for 411 Length Required responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 411 Length Required responses * * @package Requests\Exceptions */ final class Status411 extends Http { /** * HTTP status code * * @var integer */ protected $code = 411; /** * Reason phrase * * @var string */ protected $reason = 'Length Required'; } Status500.php 0000644 00000000747 15157405747 0007014 0 ustar 00 <?php /** * Exception for 500 Internal Server Error responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 500 Internal Server Error responses * * @package Requests\Exceptions */ final class Status500 extends Http { /** * HTTP status code * * @var integer */ protected $code = 500; /** * Reason phrase * * @var string */ protected $reason = 'Internal Server Error'; } Status511.php 0000644 00000001145 15157405747 0007007 0 ustar 00 <?php /** * Exception for 511 Network Authentication Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 511 Network Authentication Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ final class Status511 extends Http { /** * HTTP status code * * @var integer */ protected $code = 511; /** * Reason phrase * * @var string */ protected $reason = 'Network Authentication Required'; } Status306.php 0000644 00000000714 15157405747 0007012 0 ustar 00 <?php /** * Exception for 306 Switch Proxy responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 306 Switch Proxy responses * * @package Requests\Exceptions */ final class Status306 extends Http { /** * HTTP status code * * @var integer */ protected $code = 306; /** * Reason phrase * * @var string */ protected $reason = 'Switch Proxy'; } Status428.php 0000644 00000001107 15157405747 0007014 0 ustar 00 <?php /** * Exception for 428 Precondition Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 428 Precondition Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ final class Status428 extends Http { /** * HTTP status code * * @var integer */ protected $code = 428; /** * Reason phrase * * @var string */ protected $reason = 'Precondition Required'; } Status408.php 0000644 00000000725 15157405747 0007017 0 ustar 00 <?php /** * Exception for 408 Request Timeout responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 408 Request Timeout responses * * @package Requests\Exceptions */ final class Status408 extends Http { /** * HTTP status code * * @var integer */ protected $code = 408; /** * Reason phrase * * @var string */ protected $reason = 'Request Timeout'; } Status304.php 0000644 00000000714 15157405747 0007010 0 ustar 00 <?php /** * Exception for 304 Not Modified responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 304 Not Modified responses * * @package Requests\Exceptions */ final class Status304 extends Http { /** * HTTP status code * * @var integer */ protected $code = 304; /** * Reason phrase * * @var string */ protected $reason = 'Not Modified'; } Status418.php 0000644 00000001054 15157405747 0007014 0 ustar 00 <?php /** * Exception for 418 I'm A Teapot responses * * @link https://tools.ietf.org/html/rfc2324 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 418 I'm A Teapot responses * * @link https://tools.ietf.org/html/rfc2324 * * @package Requests\Exceptions */ final class Status418 extends Http { /** * HTTP status code * * @var integer */ protected $code = 418; /** * Reason phrase * * @var string */ protected $reason = "I'm A Teapot"; } error_log 0000644 00000024653 15157405747 0006512 0 ustar 00 [31-Jan-2026 08:31:27 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status413.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status413.php on line 17 [31-Jan-2026 08:31:31 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status404.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status404.php on line 17 [31-Jan-2026 08:31:35 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status400.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status400.php on line 17 [31-Jan-2026 08:31:35 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status414.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status414.php on line 17 [31-Jan-2026 08:31:37 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status305.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status305.php on line 17 [31-Jan-2026 08:31:54 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status429.php:21 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status429.php on line 21 [31-Jan-2026 08:32:18 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/StatusUnknown.php:18 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/StatusUnknown.php on line 18 [31-Jan-2026 08:33:15 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status416.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status416.php on line 17 [31-Jan-2026 08:33:30 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status428.php:21 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status428.php on line 21 [31-Jan-2026 08:33:35 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status503.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status503.php on line 17 [31-Jan-2026 08:33:49 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status402.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status402.php on line 17 [31-Jan-2026 08:34:03 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status415.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status415.php on line 17 [31-Jan-2026 08:34:11 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status403.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status403.php on line 17 [31-Jan-2026 08:34:13 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status501.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status501.php on line 17 [31-Jan-2026 08:34:28 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status405.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status405.php on line 17 [31-Jan-2026 08:34:28 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status502.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status502.php on line 17 [31-Jan-2026 08:34:33 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status511.php:21 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status511.php on line 21 [31-Jan-2026 08:34:44 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status411.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status411.php on line 17 [31-Jan-2026 08:34:47 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status418.php:21 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status418.php on line 21 [31-Jan-2026 08:35:10 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status500.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status500.php on line 17 [31-Jan-2026 08:35:15 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status406.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status406.php on line 17 [31-Jan-2026 08:35:18 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status401.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status401.php on line 17 [31-Jan-2026 08:35:30 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status505.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status505.php on line 17 [31-Jan-2026 08:35:40 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status417.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status417.php on line 17 [31-Jan-2026 08:35:50 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status407.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status407.php on line 17 [31-Jan-2026 08:35:54 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status504.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status504.php on line 17 [31-Jan-2026 08:36:08 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status410.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status410.php on line 17 [31-Jan-2026 08:36:26 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status306.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status306.php on line 17 [31-Jan-2026 08:36:32 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status408.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status408.php on line 17 [31-Jan-2026 08:36:33 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status412.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status412.php on line 17 [31-Jan-2026 08:36:44 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status304.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status304.php on line 17 [31-Jan-2026 08:36:44 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status431.php:21 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status431.php on line 21 [31-Jan-2026 08:36:47 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Http" not found in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status409.php:17 Stack trace: #0 {main} thrown in /home/zhaagvlk/public_html/wp-includes/Requests/src/Exception/Http/Status409.php on line 17 Status503.php 0000644 00000000741 15157405747 0007011 0 ustar 00 <?php /** * Exception for 503 Service Unavailable responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 503 Service Unavailable responses * * @package Requests\Exceptions */ final class Status503 extends Http { /** * HTTP status code * * @var integer */ protected $code = 503; /** * Reason phrase * * @var string */ protected $reason = 'Service Unavailable'; } Status402.php 0000644 00000000730 15157405747 0007005 0 ustar 00 <?php /** * Exception for 402 Payment Required responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 402 Payment Required responses * * @package Requests\Exceptions */ final class Status402 extends Http { /** * HTTP status code * * @var integer */ protected $code = 402; /** * Reason phrase * * @var string */ protected $reason = 'Payment Required'; } Status417.php 0000644 00000000736 15157405747 0007021 0 ustar 00 <?php /** * Exception for 417 Expectation Failed responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 417 Expectation Failed responses * * @package Requests\Exceptions */ final class Status417 extends Http { /** * HTTP status code * * @var integer */ protected $code = 417; /** * Reason phrase * * @var string */ protected $reason = 'Expectation Failed'; } Status405.php 0000644 00000000736 15157405747 0007016 0 ustar 00 <?php /** * Exception for 405 Method Not Allowed responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 405 Method Not Allowed responses * * @package Requests\Exceptions */ final class Status405 extends Http { /** * HTTP status code * * @var integer */ protected $code = 405; /** * Reason phrase * * @var string */ protected $reason = 'Method Not Allowed'; } Status409.php 0000644 00000000700 15157405747 0007011 0 ustar 00 <?php /** * Exception for 409 Conflict responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 409 Conflict responses * * @package Requests\Exceptions */ final class Status409 extends Http { /** * HTTP status code * * @var integer */ protected $code = 409; /** * Reason phrase * * @var string */ protected $reason = 'Conflict'; } Status501.php 0000644 00000000725 15157405747 0007011 0 ustar 00 <?php /** * Exception for 501 Not Implemented responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 501 Not Implemented responses * * @package Requests\Exceptions */ final class Status501 extends Http { /** * HTTP status code * * @var integer */ protected $code = 501; /** * Reason phrase * * @var string */ protected $reason = 'Not Implemented'; } Status431.php 0000644 00000001145 15157405747 0007010 0 ustar 00 <?php /** * Exception for 431 Request Header Fields Too Large responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 431 Request Header Fields Too Large responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ final class Status431 extends Http { /** * HTTP status code * * @var integer */ protected $code = 431; /** * Reason phrase * * @var string */ protected $reason = 'Request Header Fields Too Large'; } Status410.php 0000644 00000000664 15157405747 0007012 0 ustar 00 <?php /** * Exception for 410 Gone responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 410 Gone responses * * @package Requests\Exceptions */ final class Status410 extends Http { /** * HTTP status code * * @var integer */ protected $code = 410; /** * Reason phrase * * @var string */ protected $reason = 'Gone'; } Status414.php 0000644 00000000747 15157405747 0007020 0 ustar 00 <?php /** * Exception for 414 Request-URI Too Large responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 414 Request-URI Too Large responses * * @package Requests\Exceptions */ final class Status414 extends Http { /** * HTTP status code * * @var integer */ protected $code = 414; /** * Reason phrase * * @var string */ protected $reason = 'Request-URI Too Large'; } Status505.php 0000644 00000000766 15157405747 0007022 0 ustar 00 <?php /** * Exception for 505 HTTP Version Not Supported responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 505 HTTP Version Not Supported responses * * @package Requests\Exceptions */ final class Status505 extends Http { /** * HTTP status code * * @var integer */ protected $code = 505; /** * Reason phrase * * @var string */ protected $reason = 'HTTP Version Not Supported'; } Status305.php 0000644 00000000703 15157405747 0007007 0 ustar 00 <?php /** * Exception for 305 Use Proxy responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 305 Use Proxy responses * * @package Requests\Exceptions */ final class Status305 extends Http { /** * HTTP status code * * @var integer */ protected $code = 305; /** * Reason phrase * * @var string */ protected $reason = 'Use Proxy'; } StatusUnknown.php 0000644 00000001712 15157405747 0010140 0 ustar 00 <?php /** * Exception for unknown status responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; use WpOrg\Requests\Response; /** * Exception for unknown status responses * * @package Requests\Exceptions */ final class StatusUnknown extends Http { /** * HTTP status code * * @var integer|bool Code if available, false if an error occurred */ protected $code = 0; /** * Reason phrase * * @var string */ protected $reason = 'Unknown'; /** * Create a new exception * * If `$data` is an instance of {@see \WpOrg\Requests\Response}, uses the status * code from it. Otherwise, sets as 0 * * @param string|null $reason Reason phrase * @param mixed $data Associated data */ public function __construct($reason = null, $data = null) { if ($data instanceof Response) { $this->code = (int) $data->status_code; } parent::__construct($reason, $data); } } Status401.php 0000644 00000000714 15157405747 0007006 0 ustar 00 <?php /** * Exception for 401 Unauthorized responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 401 Unauthorized responses * * @package Requests\Exceptions */ final class Status401 extends Http { /** * HTTP status code * * @var integer */ protected $code = 401; /** * Reason phrase * * @var string */ protected $reason = 'Unauthorized'; } Status400.php 0000644 00000000711 15157405747 0007002 0 ustar 00 <?php /** * Exception for 400 Bad Request responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 400 Bad Request responses * * @package Requests\Exceptions */ final class Status400 extends Http { /** * HTTP status code * * @var integer */ protected $code = 400; /** * Reason phrase * * @var string */ protected $reason = 'Bad Request'; } Status404.php 0000644 00000000703 15157405747 0007007 0 ustar 00 <?php /** * Exception for 404 Not Found responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 404 Not Found responses * * @package Requests\Exceptions */ final class Status404 extends Http { /** * HTTP status code * * @var integer */ protected $code = 404; /** * Reason phrase * * @var string */ protected $reason = 'Not Found'; } Status416.php 0000644 00000001005 15157405747 0007006 0 ustar 00 <?php /** * Exception for 416 Requested Range Not Satisfiable responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 416 Requested Range Not Satisfiable responses * * @package Requests\Exceptions */ final class Status416 extends Http { /** * HTTP status code * * @var integer */ protected $code = 416; /** * Reason phrase * * @var string */ protected $reason = 'Requested Range Not Satisfiable'; } Status406.php 0000644 00000000722 15157405747 0007012 0 ustar 00 <?php /** * Exception for 406 Not Acceptable responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 406 Not Acceptable responses * * @package Requests\Exceptions */ final class Status406 extends Http { /** * HTTP status code * * @var integer */ protected $code = 406; /** * Reason phrase * * @var string */ protected $reason = 'Not Acceptable'; } Status415.php 0000644 00000000752 15157405747 0007015 0 ustar 00 <?php /** * Exception for 415 Unsupported Media Type responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 415 Unsupported Media Type responses * * @package Requests\Exceptions */ final class Status415 extends Http { /** * HTTP status code * * @var integer */ protected $code = 415; /** * Reason phrase * * @var string */ protected $reason = 'Unsupported Media Type'; } Status403.php 0000644 00000000703 15157405747 0007006 0 ustar 00 <?php /** * Exception for 403 Forbidden responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 403 Forbidden responses * * @package Requests\Exceptions */ final class Status403 extends Http { /** * HTTP status code * * @var integer */ protected $code = 403; /** * Reason phrase * * @var string */ protected $reason = 'Forbidden'; } Status412.php 0000644 00000000741 15157405747 0007010 0 ustar 00 <?php /** * Exception for 412 Precondition Failed responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 412 Precondition Failed responses * * @package Requests\Exceptions */ final class Status412 extends Http { /** * HTTP status code * * @var integer */ protected $code = 412; /** * Reason phrase * * @var string */ protected $reason = 'Precondition Failed'; } Status502.php 0000644 00000000711 15157405747 0007005 0 ustar 00 <?php /** * Exception for 502 Bad Gateway responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 502 Bad Gateway responses * * @package Requests\Exceptions */ final class Status502 extends Http { /** * HTTP status code * * @var integer */ protected $code = 502; /** * Reason phrase * * @var string */ protected $reason = 'Bad Gateway'; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�