<?php namespace Psr\SimpleCache; /** * Exception interface for invalid cache arguments. * * When an invalid argument is passed it must throw an exception which implements * this interface */ interface InvalidArgumentException extends CacheException { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CacheException.php | File | 154 B | 0644 |
|
CacheInterface.php | File | 4.5 KB | 0644 |
|
InvalidArgumentException.php | File | 260 B | 0644 |
|