File Manager

Path: /home/liffinac1/domains/impactxtmtrading.com/private_html/vendor/psr/cache/src/

Viewing File: CacheException.php

<?php

namespace Psr\Cache;

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