FrontmatterParseException constructor

const FrontmatterParseException(
  1. String message
)

Implementation

const factory FrontmatterParseException(String message) = _FrontmatterParseException;