. * */ namespace Friendica\Network\HTTPException; use Friendica\Network\HTTPException; class UnprocessableEntityException extends HTTPException { protected $code = 422; var $httpdesc = 'Unprocessable Entity'; var $explanation = 'The request was well-formed but was unable to be followed due to semantic errors.'; }