]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/OKException.php
spelling: one
[friendica.git] / src / Network / HTTPException / OKException.php
index 7c60c9a1bb109507ee204786cc6ce33d6046107c..0a557c94ee5efbcdfefa98a94c7c11226ac26f74 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,6 @@ use Friendica\Network\HTTPException;
 
 class OKException extends HTTPException
 {
-       protected $code = 200;
+       protected $code     = 200;
+       protected $httpdesc = 'OK';
 }