File "CacheException.php"
Full Path: /home/ccipcixf/public_html/beta/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache/src/CacheException.php
File size: 161 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPMailSMTP\Vendor\Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException
{
}