Add HTTPException class files
This commit is contained in:
10
src/Network/HTTPException/UnprocessableEntityException.php
Normal file
10
src/Network/HTTPException/UnprocessableEntityException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Friendica\Network\HTTPException;
|
||||
|
||||
use Friendica\Network\HTTPException;
|
||||
|
||||
class UnprocessableEntityException extends HTTPException
|
||||
{
|
||||
var $httpcode = 422;
|
||||
}
|
||||
Reference in New Issue
Block a user