TYPO3 CMS  TYPO3_6-2
Exception.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Core\Cache;
3 
23 class Exception extends \Exception {
24 
25 
26 }