blob: eba53815c0c987014014a7d62c9f48da16ad29b3 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Psr\SimpleCache;
4
5/**
6 * Interface used for all types of exceptions thrown by the implementing library.
7 */
8interface CacheException
9{
10}