Method | Description | |
---|---|---|
__construct ( string $command, Exception $cause = null ) | Construct a new NPM command failed exception. | |
command ( ) : string | Get the executed command. |
public __construct ( string $command, Exception $cause = null ) | ||
$command | string | The executed command. |
$cause | Exception | The cause, if available. |