protected DatabaseCacheTagsChecksum::catchException(\Exception $e)
Act on an exception when cache might be stale.
If the {cachetags} table does not yet exist, that's fine but if the table exists and yet the query failed, then the cache is stale and the exception needs to propagate.
Parameters
\Exception $e: The exception.
Throws
\Exception
File
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php, line 202
Class
DatabaseCacheTagsChecksum Cache tags invalidations checksum implementati