]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotFoundException.php
Rework Feed::import parameters
[friendica.git] / src / Network / HTTPException / NotFoundException.php
index 2d24ccef044736e724c4f158555674dcf6c03bec..f581794796fe46f6f2ed855b36a537b488e37958 100644 (file)
@@ -4,6 +4,7 @@ namespace Friendica\Network\HTTPException;
 
 use Friendica\Network\HTTPException;
 
-class NotFoundException extends HTTPException {
-       var $httpcode = 404;
+class NotFoundException extends HTTPException
+{
+       protected $code = 404;
 }