1 | <?php |
||
8 | class InvalidKeyException extends \Exception implements \Psr\Cache\InvalidArgumentException |
||
9 | { |
||
10 | |||
11 | private $invalidKeys; |
||
12 | |||
13 | 1 | public function __construct($invalidKeys, $message = "", $code = 0, Exception $previous = null) |
|
19 | |||
20 | // custom string representation of object |
||
21 | public function __toString() |
||
29 | } |
||
30 |