DriverError constructor
Create an error with a message
and (optionally) the originalError
and
originalStackTrace
that caused it.
Implementation
DriverError(this.message, [this.originalError, this.originalStackTrace]);
Create an error with a message
and (optionally) the originalError
and
originalStackTrace
that caused it.
DriverError(this.message, [this.originalError, this.originalStackTrace]);