X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FHTTPException%2FGoneException.php;h=9cab0f22f755654489c570b2944eb11837763a06;hb=46cd39fb34613f4b331793f19c0e562f93125066;hp=0f665206f9bd52fb6698c9a0e4e90cf9531bb9ec;hpb=8eba329111e832d7efdacf4f6a6fa85b0f7abbf3;p=friendica.git diff --git a/src/Network/HTTPException/GoneException.php b/src/Network/HTTPException/GoneException.php index 0f665206f9..9cab0f22f7 100644 --- a/src/Network/HTTPException/GoneException.php +++ b/src/Network/HTTPException/GoneException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Network\HTTPException; @@ -6,5 +25,7 @@ use Friendica\Network\HTTPException; class GoneException extends HTTPException { - protected $code = 410; + protected $code = 410; + protected $httpdesc = 'Gone'; + protected $explanation = 'Indicates that the resource requested is no longer available and will not be available again.'; }