Eloquent\Composer\NpmBridge\Exception\NpmNotFoundException::__construct PHP Метод

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

Construct a new npm not found exception.
public __construct ( Exception $cause = null )
$cause Exception The cause, if available.
    public function __construct(Exception $cause = null)
    {
        parent::__construct('The npm executable could not be found.', 0, $cause);
    }
NpmNotFoundException