. * */ namespace Friendica\Network\HTTPException; use Friendica\Network\HTTPException; class NonAcceptableException extends HTTPException { protected $code = 406; protected $httpdesc = 'Not Acceptable'; protected $explanation = 'The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.'; }