]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/ImATeapotException.php
Merge remote-tracking branch 'upstream/2022.05-rc' into ap-endpoint-cache
[friendica.git] / src / Network / HTTPException / ImATeapotException.php
index b0ff6ec1f52d656ed7f89ae2931eb1f4a121946f..d3efd81ecbb2a46c259732d6c6ab83adad9dfb38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, 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.';
 }