Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<?php
2
 
3
namespace Psr\Cache;
4
 
5
/**
6
 * Exception interface for all exceptions thrown by an Implementing Library.
7
 */
8
interface CacheException
9
{
10
}