ErrorReference constructor

ErrorReference(
  1. Object e,
  2. StackTrace trace
)

Implementation

ErrorReference(this.e, this.trace);