]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/GoneException.php
Merge pull request #10956 from annando/escapetags
[friendica.git] / src / Network / HTTPException / GoneException.php
index 77f0a5f7a251d8bc6db4ba56f3afa7316f2fa538..400bbc23e4f64f0f4753eb37952ef92bda15275a 100644 (file)
@@ -25,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.';
 }