DIR: /proc/self/cwd/vendor/beste/in-memory-cache/src/ |
Current File : //proc/self/cwd/vendor/beste/in-memory-cache/src/InvalidArgument.php |
<?php namespace Beste\Cache; final class InvalidArgument extends \InvalidArgumentException implements \Psr\Cache\InvalidArgumentException { public static function invalidKey(): self { return new self('The given key is not valid'); } } |