]> git.mxchange.org Git - friendica.git/blob - src/Network/HTTPException/ImATeapotException.php
Line endings are converted to unix style
[friendica.git] / src / Network / HTTPException / ImATeapotException.php
1 <?php
2
3 namespace Friendica\Network\HTTPException;
4
5 use Friendica\Network\HTTPException;
6
7 class ImATeapotException extends HTTPException
8 {
9         var $httpcode = 418;
10         var $httpdesc = "I'm A Teapot";
11 }