]> git.mxchange.org Git - friendica.git/blob - NonAcceptableException.php
356bc0c545a157ab50d36ca624c9d02d31f1c335
[friendica.git] / NonAcceptableException.php
1 <?php
2
3 namespace Friendica\Network\HTTPException;
4
5 use Friendica\Network\HTTPException;
6
7 class NonAcceptableException extends HTTPException
8 {
9         var $httpcode = 406;
10 }