InternalInterpreterD4rtException constructor

InternalInterpreterD4rtException(
  1. Object? originalThrownValue
)

Creates a new internal interpreter exception wrapping the original thrown value.

Implementation

InternalInterpreterD4rtException(this.originalThrownValue)
    : super('External error caught by interpreter');