/home/smartonegroup/public_html/veroserv/vendor/smarty/smarty/src/Compile/Tag/ContinueTag.php
<?php
/**
 * Smarty Internal Plugin Compile Continue
 * Compiles the {continue} tag
 *


 * @author     Uwe Tews
 */

namespace Smarty\Compile\Tag;

/**
 * Smarty Internal Plugin Compile Continue Class
 *


 */
class ContinueTag extends BreakTag {

	/**
	 * Tag name
	 *
	 * @var string
	 */
	protected $tag = 'continue';
}