• File: CacheException.php
  • Full Path: /home/docteuh/www/psr/cache/src/CacheException.php
  • Date Modified: 12/06/2023 7:16 PM
  • File size: 172 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Google\Site_Kit_Dependencies\Psr\Cache;

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