]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/ServiceUnavaiableException.php
Merge pull request #6310 from annando/issue-6122
[friendica.git] / src / Network / HTTPException / ServiceUnavaiableException.php
index 0dd21259cfdc4e003b1d6861aa1a282daaa62258..9270bc4505b6dbee4d7ec08e291107b974465772 100644 (file)
@@ -1,10 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class ServiceUnavaiableException extends HTTPException\r
-{\r
-       var $httpcode = 503;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class ServiceUnavaiableException extends HTTPException
+{
+       var $httpcode = 503;
+}