Class CommitError (4.3.3)

Inheritance

Error > CommitError

Package

code-suggester

Constructors

(constructor)(message, cause)

constructor(message: string, cause: Error);

Constructs a new instance of the CommitError class

Parameters
NameDescription
message string
cause Error

Properties

cause

cause: Error;