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