]> git.mxchange.org Git - friendica.git/blob - src/Network/HTTPException/LenghtRequiredException.php
Fix notice - it's "uri" not "url"
[friendica.git] / src / Network / HTTPException / LenghtRequiredException.php
1 <?php
2
3 namespace Friendica\Network\HTTPException;
4
5 use Friendica\Network\HTTPException;
6
7 class LenghtRequiredException extends HTTPException
8 {
9         var $httpcode = 411;
10 }