PHP 8.2.30
Preview: InvalidOptionsException.php Size: 594 B
//opt/cloudlinux/alt-php55/root/usr/share/pear/Symfony/Component/Validator/Exception/InvalidOptionsException.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\Validator\Exception;

class InvalidOptionsException extends ValidatorException
{
    private $options;

    public function __construct($message, array $options)
    {
        parent::__construct($message);

        $this->options = $options;
    }

    public function getOptions()
    {
        return $this->options;
    }
}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
505 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
355 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
439 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
350 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
511 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
594 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
342 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
594 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
408 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
487 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
572 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download
343 B lrw-r--r-- 2019-12-18 11:24:08
Edit Download

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