SourceSpanException constructor

SourceSpanException(
  1. String _message,
  2. SourceSpan? _span
)

Implementation

SourceSpanException(this._message, this._span);