composer package updates
[openemr.git] / vendor / psr / cache / src / InvalidArgumentException.php
blobbe7c6fa0ef18689bb415312f579993a10f9b7943
1 <?php
3 namespace Psr\Cache;
5 /**
6 * Exception interface for invalid cache arguments.
8 * Any time an invalid argument is passed into a method it must throw an
9 * exception class which implements Psr\Cache\InvalidArgumentException.
11 interface InvalidArgumentException extends CacheException