File "CacheException.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/psr/cache/src/CacheException.php
File size: 143 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

namespace Psr\Cache;

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

PHP File Manager