📁 File Manager Pro
v10.0.3 | PHP: 7.0.33
Server: Apache
2026-07-02 13:45:08
📂
/ (Root)
/
home
/
meyrargujd
/
www
/
wp-includes
/
Requests
/
Exception
/
HTTP
📍 /home/meyrargujd/www/wp-includes/Requests/Exception/HTTP
🔄 Refresh
✏️
Editing: 416.php
Writable
<?php /** * Exception for 416 Requested Range Not Satisfiable responses * * @package Requests */ /** * Exception for 416 Requested Range Not Satisfiable responses * * @package Requests */ class Requests_Exception_HTTP_416 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 416; /** * Reason phrase * * @var string */ protected $reason = 'Requested Range Not Satisfiable'; }
💾 Save Changes
❌ Cancel