]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/GatewayTimeoutException.php
Changed scope
[friendica.git] / src / Network / HTTPException / GatewayTimeoutException.php
index 4aca8fd836da92a8b7a5055cd6668d2e2480cd32..695616f0d7a09334d35943563d0048b0d38ac10d 100644 (file)
@@ -25,5 +25,7 @@ use Friendica\Network\HTTPException;
 
 class GatewayTimeoutException extends HTTPException
 {
-       protected $code = 504;
+       protected $code        = 504;
+       protected $httpdesc    = 'Gateway Timeout';
+       protected $explanation = 'The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.';
 }