Marcelgwerder\ApiHandler\ApiHandlerException::getHttpCode PHP Method

getHttpCode() public method

Get the http code of the exception
public getHttpCode ( ) : integer | string
return integer | string
    public function getHttpCode()
    {
        return $this->httpCode;
    }
ApiHandlerException