namespace Symfony\Component\Console\Exception
Object name | File name | Summary |
---|---|---|
CommandNotFoundException | vendor/symfony/console/Exception/CommandNotFoundException.php | Represents an incorrect command name typed in the console. |
ExceptionInterface | vendor/symfony/console/Exception/ExceptionInterface.php | ExceptionInterface. |
InvalidArgumentException | vendor/symfony/console/Exception/InvalidArgumentException.php | @author Jérôme Tamarelle <jerome@tamarelle.net> |
InvalidOptionException | vendor/symfony/console/Exception/InvalidOptionException.php | Represents an incorrect option name or value typed in the console. |
LogicException | vendor/symfony/console/Exception/LogicException.php | @author Jérôme Tamarelle <jerome@tamarelle.net> |
MissingInputException | vendor/symfony/console/Exception/MissingInputException.php | Represents failure to read input from stdin. |
NamespaceNotFoundException | vendor/symfony/console/Exception/NamespaceNotFoundException.php | Represents an incorrect namespace typed in the console. |
RunCommandFailedException | vendor/symfony/console/Exception/RunCommandFailedException.php | @author Kevin Bond <kevinbond@gmail.com> |
RuntimeException | vendor/symfony/console/Exception/RuntimeException.php | @author Jérôme Tamarelle <jerome@tamarelle.net> |