]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotFoundException.php
Some more removed notices
[friendica.git] / src / Network / HTTPException / NotFoundException.php
index bd4f6151b488be947ec967e628179bc04be22058..2d24ccef044736e724c4f158555674dcf6c03bec 100644 (file)
@@ -1,9 +1,9 @@
-<?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 {
+       var $httpcode = 404;
+}