PHP Класс Webmozart\Console\Api\Command\NoSuchCommandException

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: extends RuntimeExceptio\RuntimeException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
forCommandName ( string $name, integer $code, Exception $cause = null ) : static Creates an exception for the given command name.

Описание методов

forCommandName() публичный статический Метод

Creates an exception for the given command name.
public static forCommandName ( string $name, integer $code, Exception $cause = null ) : static
$name string The command name.
$code integer The exception code.
$cause Exception The exception that caused this exception.
Результат static The created exception.