File "CacheException.php"

Full Path: /home/isoftco/public_html/hrm/vendor/psr/cache/src/CacheException.php
File size: 143 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
{
}