Requests_Exception_HTTP_414{}
Exception for 414 Request-URI Too Large responses
No Hooks.
Usage
$Requests_Exception_HTTP_414 = new Requests_Exception_HTTP_414(); // use class methods
Methods
No Methods in class.
Notes
- Package: Requests
Code of Requests_Exception_HTTP_414{} Requests Exception HTTP 414{} WP 6.0
class Requests_Exception_HTTP_414 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 414; /** * Reason phrase * * @var string */ protected $reason = 'Request-URI Too Large'; }