Your IP : 216.73.216.40


Current Path : /usr/share/php/Psr/SimpleCache/
Upload File :
Current File : //usr/share/php/Psr/SimpleCache/CacheException.php

<?php

namespace Psr\SimpleCache;

/**
 * Interface used for all types of exceptions thrown by the implementing library.
 */
interface CacheException
{
}