]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/AcceptedException.php
spelling: one
[friendica.git] / src / Network / HTTPException / AcceptedException.php
index a52c1a3ea31fd9078e4cf2cd3ac875b6209982c1..d53ccdd2ea89faf2954f8dc463bd27b9ccadc31d 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 AcceptedException extends HTTPException
 {
-       protected $code = 202;
+       protected $code     = 202;
+       protected $httpdesc = 'Accepted';
 }