| Current Path : /var/www/surf/TYPO3/vendor/typo3fluid/fluid/src/View/Exception/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3fluid/fluid/src/View/Exception/InvalidTemplateResourceException.php |
<?php
/*
* This file belongs to the package "TYPO3 Fluid".
* See LICENSE.txt that was shipped with this package.
*/
namespace TYPO3Fluid\Fluid\View\Exception;
use TYPO3Fluid\Fluid\View;
/**
* An "Invalid Template Resource" exception
*
* @api
*/
class InvalidTemplateResourceException extends View\Exception {}