Exception for 306 Switch Proxy responses
Source
final class Status306 extends Http {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 306;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Switch Proxy';
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.