summaryrefslogtreecommitdiff
path: root/vendor/psr/cache/src/CacheException.php
blob: bb785f46cebc9a3d5b7dc274f036f338f6bc1b62 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Psr\Cache;

/**
 * Exception interface for all exceptions thrown by an Implementing Library.
 */
interface CacheException extends \Throwable
{
}