Current path: home/webdevt/prestashop17/vendor/psr/cache/src/
?? Go up: /home/webdevt/prestashop17/vendor/psr/cache
<?php
namespace Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException
{
}