0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
vendor
/
typo3fluid
/
fluid
/
src
/
[
Home
]
File: Exception.php
<?php /* * This file belongs to the package "TYPO3 Fluid". * See LICENSE.txt that was shipped with this package. */ namespace TYPO3Fluid\Fluid; /* * This file belongs to the package "TYPO3 Fluid". * See LICENSE.txt that was shipped with this package. */ /** * The most general Fluid exception. * * @api */ class Exception extends \RuntimeException { }