<?php

/*
 * This file belongs to the package "TYPO3 Fluid".
 * See LICENSE.txt that was shipped with this package.
 */

namespace TYPO3Fluid\Fluid\Core\Compiler;

/**
 * Exception thrown to stop the template compiling process
 *
 * @api
 */
class StopCompilingException extends \TYPO3Fluid\Fluid\Core\Exception
{
}
