HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/home/lapieza/vendor/psr/simple-cache/src/
Upload File :
Current File : //proc/self/root/home/lapieza/vendor/psr/simple-cache/src/CacheException.php
<?php

namespace Psr\SimpleCache;

/**
 * Interface used for all types of exceptions thrown by the implementing library.
 */
interface CacheException extends \Throwable
{
}