]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/InternalServerErrorException.php
Some more removed notices
[friendica.git] / src / Network / HTTPException / InternalServerErrorException.php
index 09c969419d22f8dcb24af91e6fef16780a257a34..c049ef25bacbfbf40b484acd946bdc35ed051e2d 100644 (file)
@@ -1,10 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class InternalServerErrorException extends HTTPException\r
-{\r
-       var $httpcode = 500;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class InternalServerErrorException extends HTTPException
+{
+       var $httpcode = 500;
+}