PHP Класс Eloquent\Composer\NpmBridge\Exception\NpmCommandFailedException

Наследование: extends Exceptio\Exception
Показать файл Открыть проект

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

Метод Описание
__construct ( string $command, Exception $cause = null ) Construct a new NPM command failed exception.
command ( ) : string Get the executed command.

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

__construct() публичный Метод

Construct a new NPM command failed exception.
public __construct ( string $command, Exception $cause = null )
$command string The executed command.
$cause Exception The cause, if available.

command() публичный Метод

Get the executed command.
public command ( ) : string
Результат string The command.