. * */ namespace Friendica\Network\HTTPException; use Friendica\Network\HTTPException; class NotFoundException extends HTTPException { protected $code = 404; protected $httpdesc = 'Not Found'; protected $explanation = 'The requested resource could not be found but may be available in the future.'; }