PHP 클래스 Eloquent\Composer\NpmBridge\Exception\NpmCommandFailedException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: eloquent/composer-npm-bridge

공개 메소드들

메소드 설명
__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.