Files
tryno10/app/code/vendor/psr/simple-cache/src/CacheException.php
T
2022-04-07 16:21:17 +05:30

11 lines
154 B
PHP

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