oont-contents/plugins/wp-mail-smtp/vendor_prefixed/psr/cache/src/CacheException.php
2025-02-08 15:10:23 +01:00

10 lines
161 B
PHP

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