DriverError constructor

DriverError(String message, [ dynamic originalError, dynamic originalStackTrace ])

Create an error with a message and (optionally) the originalError and originalStackTrace that caused it.

Implementation

DriverError(this.message, [this.originalError, this.originalStackTrace]);