<?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 RuntimeException extends \RuntimeException implements ExceptionInterface { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CommandNotFoundException.php | File | 1.2 KB | 0644 |
|
ExceptionInterface.php | File | 425 B | 0644 |
|
InvalidArgumentException.php | File | 446 B | 0644 |
|
InvalidOptionException.php | File | 517 B | 0644 |
|
LogicException.php | File | 426 B | 0644 |
|
MissingInputException.php | File | 494 B | 0644 |
|
NamespaceNotFoundException.php | File | 474 B | 0644 |
|
RuntimeException.php | File | 430 B | 0644 |
|