Initial commit
This commit is contained in:
10
wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheException.php
vendored
Normal file
10
wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Cache;
|
||||
|
||||
/**
|
||||
* Exception interface for all exceptions thrown by an Implementing Library.
|
||||
*/
|
||||
interface CacheException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user