]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/InternalServerErrorException.php
Move Namespace of ActivityNamespace
[friendica.git] / src / Network / HTTPException / InternalServerErrorException.php
index 09c969419d22f8dcb24af91e6fef16780a257a34..dca1894fb4121263cc78a8408020dbd7febadaa6 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
+{
+       protected $code = 500;
+}