Prado\Exceptions\THttpException::getStatusCode PHP Method

getStatusCode() public method

public getStatusCode ( ) : integer
return integer HTTP status code, such as 404, 500, etc.
    public function getStatusCode()
    {
        return $this->_statusCode;
    }