|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
namespace Psr\SimpleCache;
|
|
|
4 |
|
|
|
5 |
/**
|
|
|
6 |
* Interface used for all types of exceptions thrown by the implementing library.
|
|
|
7 |
*/
|
|
|
8 |
interface CacheException extends \Throwable
|
|
|
9 |
{
|
|
|
10 |
}
|