]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/ServiceUnavailableException.php
spelling: one
[friendica.git] / src / Network / HTTPException / ServiceUnavailableException.php
index 2f9ef8863e952dd9e68c3f506e36bc4b73ab91a1..81cfa3c4e69eaac382dc50ae8048dc6c69a6919e 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 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.';
 }