Files
wp-multisite-waas/dependencies/psr/cache/src/CacheException.php
2024-11-30 18:24:12 -07:00

11 lines
185 B
PHP

<?php
namespace WP_Ultimo\Dependencies\Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException extends \Throwable
{
}