]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/ImATeapotException.php
Merge pull request #13360 from annando/issue-12815
[friendica.git] / src / Network / HTTPException / ImATeapotException.php
index b0ff6ec1f52d656ed7f89ae2931eb1f4a121946f..238b8d1e94ad0d1136ebde445433300e4eba5aca 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
  *
@@ -25,6 +25,7 @@ use Friendica\Network\HTTPException;
 
 class ImATeapotException extends HTTPException
 {
-       protected $code = 418;
-       var $httpdesc = "I'm A Teapot";
+       protected $code        = 418;
+       protected $httpdesc    = "I'm A Teapot";
+       protected $explanation = 'This is a teapot that is requested to brew coffee.';
 }