]> git.mxchange.org Git - friendica.git/blob - UnprocessableEntityException.php
02852e2f929e4e821a8a5a769c74c59a7b12be6d
[friendica.git] / 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 }