HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/cwd/vendor/beste/in-memory-cache/src/
Upload File :
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');
    }
}