]> git.mxchange.org Git - friendica.git/blob - src/Network/HTTPException/UnprocessableEntityException.php
Merge pull request #7000 from MrPetovan/task/6999-no-probe-magic-link
[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         protected $code = 422;
10 }