]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Api/Mastodon/Error.php
Use the owner, not the author
[friendica.git] / src / Object / Api / Mastodon / Error.php
index 9b0964ef79d5e85e871541076dc865ecf202b2a3..d348ee6aee1f314b602559942ac706643db7e431 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
  *
@@ -40,7 +40,6 @@ class Error extends BaseDataTransferObject
         *
         * @param string $error
         * @param string error_description
-        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public function __construct(string $error, string $error_description)
        {