TinkEditorError constructor

TinkEditorError(
  1. Error e,
  2. StackTrace trace
)

Implementation

TinkEditorError(this.e, this.trace);