Home
last modified time | relevance | path

Searched refs:InvalidBackendException (Results 1 – 8 of 8) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/
H A DCacheManager.php22 use TYPO3\CMS\Core\Cache\Exception\InvalidBackendException; alias
279 * @throws InvalidBackendException
327 …throw new InvalidBackendException('"' . $backend . '" is not a valid cache backend object.', 14645…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/
H A DCacheManager.php23 use TYPO3\CMS\Core\Cache\Exception\InvalidBackendException; alias
300 * @throws InvalidBackendException
344 …throw new InvalidBackendException('"' . $backend . '" is not a valid cache backend object.', 14645…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/
H A DCacheManager.php24 use TYPO3\CMS\Core\Cache\Exception\InvalidBackendException; alias
327 * @throws InvalidBackendException
371 …throw new InvalidBackendException('"' . $backend . '" is not a valid cache backend object.', 14645…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Exception/
H A DInvalidBackendException.php20 class InvalidBackendException extends \TYPO3\CMS\Core\Cache\Exception class
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/Exception/
H A DInvalidBackendException.php23 class InvalidBackendException extends Exception class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/Exception/
H A DInvalidBackendException.php23 class InvalidBackendException extends Exception class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Core/
H A DBootstrap.php30 use TYPO3\CMS\Core\Cache\Exception\InvalidBackendException; alias
349 …throw new InvalidBackendException('"' . $backend . '" is not a valid cache backend object.', 15452…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Core/
H A DBootstrap.php28 use TYPO3\CMS\Core\Cache\Exception\InvalidBackendException; alias
340 …throw new InvalidBackendException('"' . $backend . '" is not a valid cache backend object.', 15452…