]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/AcceptedException.php
Changed scope
[friendica.git] / src / Network / HTTPException / AcceptedException.php
index 185c3ed409cedde9fe2d3ded4f52151f09dad765..3c42802ed79e48bb6d1aa26cc05e3541ffee52b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, 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';
 }