izzum\command\ExceptionCommand::__construct PHP Méthode

__construct() public méthode

public __construct ( $message = self::NULL_MESSAGE, $code = self::NULL_CODE, $previous = null )
    public function __construct($message = self::NULL_MESSAGE, $code = self::NULL_CODE, $previous = null)
    {
        $this->exception = new \Exception($message, $code, $previous);
    }
ExceptionCommand