Bug #30162 ยป hide_memcache_exception.diff
typo3_src-4.5.6/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php 2011-09-19 13:51:08.000000000 +0000 | ||
---|---|---|
);
|
||
}
|
||
} catch (Exception $exception) {
|
||
throw new t3lib_cache_Exception(
|
||
/* throw new t3lib_cache_Exception(
|
||
'Could not set value. ' .
|
||
$exception->getMessage(),
|
||
1207208100
|
||
);
|
||
);*/
|
||
}
|
||
}
|
||