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