* @copyright 2024 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP * @since 6.0 */ namespace Studip\Cache; /** * The CacheException class is an implementation of the CacheException interface * of PSR-6 that behaves like a StudipException. */ class Exception extends \StudipException implements \Psr\Cache\CacheException { //Nothing here, since there is nothing to implement. }