]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/InternalServerErrorException.php
spelling: one
[friendica.git] / src / Network / HTTPException / InternalServerErrorException.php
index 79d70e91d0983fd62b454c9bb70ce413946d18da..9d671cb2d57ddce1d15dbef9fe7528a5451cbb94 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 InternalServerErrorException extends HTTPException
 {
-       protected $code = 500;
+       protected $code        = 500;
+       protected $httpdesc    = 'Internal Server Error';
+       protected $explanation = 'An unexpected condition was encountered and no more specific message is suitable.';
 }