X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FHTTPException%2FServiceUnavailableException.php;h=81cfa3c4e69eaac382dc50ae8048dc6c69a6919e;hb=46cd39fb34613f4b331793f19c0e562f93125066;hp=257b8c8585385c7c449d20296189959ebb189c31;hpb=9fb111bca2cc7ab0817d4ddcb294faa9c144c650;p=friendica.git diff --git a/src/Network/HTTPException/ServiceUnavailableException.php b/src/Network/HTTPException/ServiceUnavailableException.php index 257b8c8585..81cfa3c4e6 100644 --- a/src/Network/HTTPException/ServiceUnavailableException.php +++ b/src/Network/HTTPException/ServiceUnavailableException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Network\HTTPException; @@ -6,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.'; }