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