WpOrg\Requests\Exception\Http
Status416{}
Exception for 416 Requested Range Not Satisfiable responses
No Hooks.
Usage
$Status416 = new Status416(); // use class methods
Methods
No Methods in class.
Notes
- Package: Requests\Exceptions
Status416{} Status416{} code WP 6.6.2
final class Status416 extends Http { /** * HTTP status code * * @var integer */ protected $code = 416; /** * Reason phrase * * @var string */ protected $reason = 'Requested Range Not Satisfiable'; }