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