ftp_ansicht repariert und neues msd
This commit is contained in:
25
msd/vendor/desarrolla2/cache/src/Exception/InvalidArgumentException.php
vendored
Normal file
25
msd/vendor/desarrolla2/cache/src/Exception/InvalidArgumentException.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is part of the Cache package.
|
||||
*
|
||||
* Copyright (c) Daniel González
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @author Daniel González <daniel@desarrolla2.com>
|
||||
* @author Arnold Daniels <arnold@jasny.net>
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Desarrolla2\Cache\Exception;
|
||||
|
||||
use Psr\SimpleCache\InvalidArgumentException as PsrInvalidArgumentException;
|
||||
|
||||
/**
|
||||
* Exception for invalid cache arguments.
|
||||
*/
|
||||
class InvalidArgumentException extends \InvalidArgumentException implements PsrInvalidArgumentException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user