File "CacheException.php"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/link-whisper-premium/vendor/psr/simple-cache/src/CacheException.php
File size: 164 B (164 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Psr\SimpleCache;

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