]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/GatewayTimeoutException.php
spelling: one
[friendica.git] / src / Network / HTTPException / GatewayTimeoutException.php
index 4aca8fd836da92a8b7a5055cd6668d2e2480cd32..71141f1f868b6e26f2a84dc167c497a441222d93 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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.';
 }