<?php

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

namespace TYPO3Fluid\Fluid\View;

use TYPO3Fluid\Fluid;

/**
 * A generic Fluid View exception.
 *
 * @api
 */
class Exception extends Fluid\Exception
{
}
