PHP Class Yosymfony\Spress\Plugin\Environment\CommandNotFoundException

Author: Victor Puertas ([email protected])
Inheritance: extends LogicException
Afficher le fichier Open project: spress/spress

Méthodes publiques

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

Method Details

__construct() public méthode

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