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