X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FHTTPException%2FNotFoundException.php;h=6300d7acf303e9e28b18d502514524bec76bf14a;hb=46cd39fb34613f4b331793f19c0e562f93125066;hp=f581794796fe46f6f2ed855b36a537b488e37958;hpb=c9cce8492e5b2607b2a092474d1de4d188b7a2c9;p=friendica.git diff --git a/src/Network/HTTPException/NotFoundException.php b/src/Network/HTTPException/NotFoundException.php index f581794796..6300d7acf3 100644 --- a/src/Network/HTTPException/NotFoundException.php +++ b/src/Network/HTTPException/NotFoundException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Network\HTTPException; @@ -6,5 +25,7 @@ use Friendica\Network\HTTPException; class NotFoundException extends HTTPException { - protected $code = 404; + protected $code = 404; + protected $httpdesc = 'Not Found'; + protected $explanation = 'The requested resource could not be found but may be available in the future.'; }