X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FHTTPException.php;h=f59ff547c9ba457770ce614ae1d1a04817687d9e;hb=37405567c1a71a805b722ae56604be7ee89251ab;hp=1ca6bd36df1e52d6f1de5ede8e26373f239c31aa;hpb=4236a9a1059411c1d6483f772af30322ce713f0e;p=friendica.git diff --git a/src/Network/HTTPException.php b/src/Network/HTTPException.php index 1ca6bd36df..f59ff547c9 100644 --- a/src/Network/HTTPException.php +++ b/src/Network/HTTPException.php @@ -1,6 +1,6 @@ code, $previous); } + + public function getDescription() + { + return $this->httpdesc; + } + + public function getExplanation() + { + return $this->explanation; + } }