0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
fluid
/
Classes
/
Core
/
[
Home
]
File: Exception.php
<?php /* * * This script belongs to the FLOW3 package "Fluid". * * * * It is free software; you can redistribute it and/or modify it under * * the terms of the GNU Lesser General Public License as published by the * * Free Software Foundation, either version 3 of the License, or (at your * * option) any later version. * * * * This script is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- * * TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser * * General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with the script. * * If not, see http://www.gnu.org/licenses/lgpl.html * * * * The TYPO3 project - inspiring people to share! * * */ /** * A generic Fluid Core exception. * * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later * @api */ class Tx_Fluid_Core_Exception extends Tx_Fluid_Exception { } ?>