Sha256: 343d90a43622307d53b0838e63bf12a59322bf1092076c780836d42f85f2b3c7
Contents?: true
Size: 426 Bytes
Versions: 42
Compression:
Stored size: 426 Bytes
Contents
<?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\Console\Exception; /** * @author Jérôme Tamarelle <jerome@tamarelle.net> */ class LogicException extends \LogicException implements ExceptionInterface { }
Version data entries
42 entries across 42 versions & 1 rubygems