]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotFoundException.php
Rework Feed::import parameters
[friendica.git] / src / Network / HTTPException / NotFoundException.php
index bd4f6151b488be947ec967e628179bc04be22058..f581794796fe46f6f2ed855b36a537b488e37958 100644 (file)
@@ -1,9 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class NotFoundException extends HTTPException {\r
-       var $httpcode = 404;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class NotFoundException extends HTTPException
+{
+       protected $code = 404;
+}