PHP Class Yosymfony\Spress\Plugin\Environment\CommandNotFoundException

Author: Victor Puertas ([email protected])
Inheritance: extends LogicException
Show file Open project: spress/spress

Public Methods

Method Description
__construct ( string $message, integer $code, Exception $previous = null ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $message, integer $code, Exception $previous = null )
$message string Exception message to throw
$code integer Exception code
$previous Exception previous exception used for the exception chaining