SourceSpanFormatException constructor

SourceSpanFormatException(String message, SourceSpan span, [ dynamic _source ])

Implementation

SourceSpanFormatException(String message, SourceSpan span, [this._source])
    : super(message, span);