friendica-github/src/Network/HTTPException/UnprocessableEntityException.php

11 lines
182 B
PHP
Raw Normal View History

2017-11-24 04:40:54 +00:00
<?php
namespace Friendica\Network\HTTPException;
use Friendica\Network\HTTPException;
class UnprocessableEntityException extends HTTPException
{
var $httpcode = 422;
}