f7cloud_client/apps/spreed/lib/Vendor/Psr/SimpleCache/CacheException.php
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

11 lines
189 B
PHP

<?php
namespace OCA\Talk\Vendor\Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException extends \Throwable
{
}