PHP 8.2.30
Preview: ParameterCircularReferenceException.php Size: 928 B
/opt/cloudlinux/alt-php53/root/usr/share/pear/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\DependencyInjection\Exception;

/**
 * This exception is thrown when a circular reference in a parameter is detected.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
class ParameterCircularReferenceException extends RuntimeException
{
    private $parameters;

    public function __construct($parameters, \Exception $previous = null)
    {
        parent::__construct(sprintf('Circular reference detected for parameter "%s" ("%s" > "%s").', $parameters[0], implode('" > "', $parameters), $parameters[0]), 0, $previous);

        $this->parameters = $parameters;
    }

    public function getParameters()
    {
        return $this->parameters;
    }
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
468 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
514 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1006 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
537 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
444 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
462 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
928 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.69 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
507 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1.91 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1.90 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1011 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1.43 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).