Marcelgwerder\ApiHandler\ApiHandlerException::getHttpCode PHP Метод

getHttpCode() публичный Метод

Get the http code of the exception
public getHttpCode ( ) : integer | string
Результат integer | string
    public function getHttpCode()
    {
        return $this->httpCode;
    }
ApiHandlerException