From b00ae997a5dab923a99e1f1cccf35bb52eba9a62 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 7 Nov 2024 19:00:13 +0100 Subject: Remove obsolete and unused symfony/options-resover and process These actually look like they could be useful, but since unused, let's drop them for now. They can always be re-added via composer if needed later. --- .../Exception/UndefinedOptionsException.php | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 library/symfony/options-resolver/Exception/UndefinedOptionsException.php (limited to 'library/symfony/options-resolver/Exception/UndefinedOptionsException.php') diff --git a/library/symfony/options-resolver/Exception/UndefinedOptionsException.php b/library/symfony/options-resolver/Exception/UndefinedOptionsException.php deleted file mode 100644 index 6ca3fce47..000000000 --- a/library/symfony/options-resolver/Exception/UndefinedOptionsException.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\OptionsResolver\Exception; - -/** - * Exception thrown when an undefined option is passed. - * - * You should remove the options in question from your code or define them - * beforehand. - * - * @author Bernhard Schussek - */ -class UndefinedOptionsException extends InvalidArgumentException -{ -} -- cgit v1.2.3