/Users/rvanvuren/Projects/buyerkiosk-web/userfrosting
lib
vendor
psr
cache
src
CacheException.php
Code Coverage
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1
<?php
2
3
namespace
Psr\Cache
;
4
5
/**
6
* Exception interface for all exceptions thrown by an Implementing Library.
7
*/
8
interface
CacheException
extends
\Throwable
9
{
10
}