TYPO3 API  SVNRelease
Exception.php
Go to the documentation of this file.
00001 <?php
00002 /*                                                                        *
00003  * This script is part of the TYPO3 project - inspiring people to share!  *
00004  *                                                                        *
00005  * TYPO3 is free software; you can redistribute it and/or modify it under *
00006  * the terms of the GNU General Public License version 2 as published by  *
00007  * the Free Software Foundation.                                          *
00008  *                                                                        *
00009  * This script is distributed in the hope that it will be useful, but     *
00010  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN-    *
00011  * TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General      *
00012  * Public License for more details.                                       *
00013  *                                                                        */
00014 
00015 /**
00016  */
00017 class Tx_Fluid_Exception extends Exception {
00018 
00019 }
00020 
00021 
00022 ?>