File "CacheException.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/psr/cache/src/CacheException.php
File size: 162 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Psr\Cache;

/**
 * Exception interface for all exceptions thrown by an Implementing Library.
 */
interface CacheException extends \Throwable
{
}