HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/devs.lapieza.net/vendor/beste/in-memory-cache/src/
Upload File :
Current File : //var/www/devs.lapieza.net/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');
    }
}