added knp-snappy package for Jerry's UB04 work
[openemr.git] / vendor / symfony / process / Exception / LogicException.php
blobbe3d490dde8cdea7e594b6e18bc4825a1e2eee13
1 <?php
3 /*
4 * This file is part of the Symfony package.
6 * (c) Fabien Potencier <fabien@symfony.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Symfony\Component\Process\Exception;
14 /**
15 * LogicException for the Process Component.
17 * @author Romain Neutron <imprec@gmail.com>
19 class LogicException extends \LogicException implements ExceptionInterface