Marcelgwerder\ApiHandler\ApiHandlerException::getHttpCode PHP Méthode

getHttpCode() public méthode

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