v 1.4.0
- Updated local libraries - PHP 7.1 support - New, proper caching method - Special cache folder
This commit is contained in:
10
lib/phpfastcache/bin/legacy/Psr/Cache/src/CacheException.php
Normal file
10
lib/phpfastcache/bin/legacy/Psr/Cache/src/CacheException.php
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