2026-01-22 15:17:18 +00:00

11 lines
184 B
PHP

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