Requests_Exception_HTTP_428

Exception for 428 Precondition Required responses


Description Description

See also See also


Top ↑

Source 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';
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.