]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/GoneException.php
Merge pull request #7095 from annando/ap-connect
[friendica.git] / src / Network / HTTPException / GoneException.php
index ea844b087b59bbe4af8888b4ad09908a7e693dd3..0f665206f9bd52fb6698c9a0e4e90cf9531bb9ec 100644 (file)
@@ -1,10 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class GoneException extends HTTPException\r
-{\r
-       var $httpcode = 410;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class GoneException extends HTTPException
+{
+       protected $code = 410;
+}