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. --- .../symfony/process/Exception/LogicException.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 library/symfony/process/Exception/LogicException.php (limited to 'library/symfony/process/Exception/LogicException.php') diff --git a/library/symfony/process/Exception/LogicException.php b/library/symfony/process/Exception/LogicException.php deleted file mode 100644 index be3d490dd..000000000 --- a/library/symfony/process/Exception/LogicException.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\Process\Exception; - -/** - * LogicException for the Process Component. - * - * @author Romain Neutron - */ -class LogicException extends \LogicException implements ExceptionInterface -{ -} -- cgit v1.2.3