SourceCodeD4rtException constructor

SourceCodeD4rtException(
  1. String message, [
  2. String? problematicCode
])

Creates a new source code exception with the given message and optional code.

Implementation

SourceCodeD4rtException(super.message, [this.problematicCode]);