. * */ namespace Friendica\Network\HTTPException; use Friendica\Network\HTTPException; class BadRequestException extends HTTPException { protected $code = 400; protected $httpdesc = 'Bad Request'; protected $explanation = 'The server cannot or will not process the request due to an apparent client error.'; }