Status500
Exception for 500 Internal Server Error responses
Source
File: wp-includes/Requests/src/Exception/Http/Status500.php
final class Status500 extends Http {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 500;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Internal Server Error';
}