. * */ namespace Friendica\Network\HTTPException; use Friendica\Network\HTTPException; class UnauthorizedException extends HTTPException { protected $code = 401; protected $httpdesc = 'Unauthorized'; protected $explanation = 'Authentication is required and has failed or has not yet been provided.'; }