Your IP : 10.10.0.253


Current Path : /usr/share/php/Psr/Cache/
Upload File :
Current File : //usr/share/php/Psr/Cache/CacheException.php

<?php

namespace Psr\Cache;

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