File "InvalidArgumentException.php"

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

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Psr\SimpleCache;

/**
 * Exception interface for invalid cache arguments.
 *
 * When an invalid argument is passed it must throw an exception which implements
 * this interface
 */
interface InvalidArgumentException extends CacheException
{
}