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

namespace Google\Site_Kit_Dependencies\Psr\Cache;

/**
 * Exception interface for invalid cache arguments.
 *
 * Any time an invalid argument is passed into a method it must throw an
 * exception class which implements Psr\Cache\InvalidArgumentException.
 */
interface InvalidArgumentException extends \Google\Site_Kit_Dependencies\Psr\Cache\CacheException
{
}