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