]> 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 44573987f2fb25917e5ac2341a58eb77134ce7bc..d348ee6aee1f314b602559942ac706643db7e431 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
  *
@@ -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)
        {