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