Files
BBnepal-Accounts/vendor/psr/simple-cache/src/CacheException.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

11 lines
154 B
PHP

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