YamlException constructor

YamlException(
  1. String message,
  2. SourceSpan? span
)

Implementation

YamlException(super.message, super.span);