Requests_Exception_HTTP_428

Exception for 428 Precondition Required responses


Description

See also


Source

File: wp-includes/Requests/Exception/HTTP/428.php

class Requests_Exception_HTTP_428 extends Requests_Exception_HTTP {
	/**
	 * HTTP status code
	 *
	 * @var integer
	 */
	protected $code = 428;

	/**
	 * Reason phrase
	 *
	 * @var string
	 */
	protected $reason = 'Precondition Required';
}