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