Phprest\Exception\Exception::getStatusCode PHP Method

getStatusCode() public method

public getStatusCode ( ) : integer
return integer
    public function getStatusCode()
    {
        return $this->statusCode;
    }