• File: InvalidArgument.php
  • Full Path: /home/masbinta/public_html/core/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php
  • File size: 273 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Doctrine\Common\Cache\Psr6;

use InvalidArgumentException;
use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;

/**
 * @internal
 */
final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException
{
}