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