PHP 8.3.30
Preview: ResolverNotFoundException.php Size: 892 B
/home/getspomw/itechservicellc.com/vendor/symfony/http-kernel/Exception/ResolverNotFoundException.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\HttpKernel\Exception;

class ResolverNotFoundException extends \RuntimeException
{
    /**
     * @param string[] $alternatives
     */
    public function __construct(string $name, array $alternatives = [])
    {
        $msg = \sprintf('You have requested a non-existent resolver "%s".', $name);
        if ($alternatives) {
            if (1 === \count($alternatives)) {
                $msg .= ' Did you mean this: "';
            } else {
                $msg .= ' Did you mean one of these: "';
            }
            $msg .= implode('", "', $alternatives).'"?';
        }

        parent::__construct($msg);
    }
}

Directory Contents

Dirs: 0 × Files: 23

Name Size Perms Modified Actions
654 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
599 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
597 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
2.24 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
593 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
2.49 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
622 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
348 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
603 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
599 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
760 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
581 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
602 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
604 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
607 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
655 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
892 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
864 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
907 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
754 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
416 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
617 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
609 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download

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