Last change
on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
299 bytes
|
Rev | Line | |
---|
[e3d4e0a] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | namespace Psr\Cache;
|
---|
| 4 |
|
---|
| 5 | /**
|
---|
| 6 | * Exception interface for invalid cache arguments.
|
---|
| 7 | *
|
---|
| 8 | * Any time an invalid argument is passed into a method it must throw an
|
---|
| 9 | * exception class which implements Psr\Cache\InvalidArgumentException.
|
---|
| 10 | */
|
---|
| 11 | interface InvalidArgumentException extends CacheException
|
---|
| 12 | {
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.