Current Path : /home/e/p/h/ephorei/www/wp-includes/images/media/q2m9hb/ |
Current File : /home/e/p/h/ephorei/www/wp-includes/images/media/q2m9hb/Status410.php.tar |
home/ephorei/www/wp-includes/Requests/src/Exception/Http/Status410.php 0000644 00000000664 15006117331 0021710 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'; }