]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/ServiceUnavailableException.php
spelling: one
[friendica.git] / src / Network / HTTPException / ServiceUnavailableException.php
index 6de3ca9d23f7fb8c3c0f17f7591ff605cf634fb6..81cfa3c4e69eaac382dc50ae8048dc6c69a6919e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @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 ServiceUnavailableException extends HTTPException
 {
-       protected $code = 503;
+       protected $code        = 503;
+       protected $httpdesc    = 'Service Unavailable';
+       protected $explanation = 'The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later.';
 }