PHP Class Eloquent\Composer\NpmBridge\Exception\NpmNotFoundException

Inheritance: extends Exceptio\Exception
Datei anzeigen Open project: eloquent/composer-npm-bridge

Public Methods

Method Description
__construct ( Exception $cause = null ) Construct a new npm not found exception.

Method Details

__construct() public method

Construct a new npm not found exception.
public __construct ( Exception $cause = null )
$cause Exception The cause, if available.