]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/InternalServerErrorException.php
Remove code parameter from HTTPException constructor
[friendica.git] / src / Network / HTTPException / InternalServerErrorException.php
index c049ef25bacbfbf40b484acd946bdc35ed051e2d..dca1894fb4121263cc78a8408020dbd7febadaa6 100644 (file)
@@ -6,5 +6,5 @@ use Friendica\Network\HTTPException;
 
 class InternalServerErrorException extends HTTPException
 {
-       var $httpcode = 500;
+       protected $code = 500;
 }