FrontmatterParseExceptionDelimiter constructor

const FrontmatterParseExceptionDelimiter([
  1. String message
])

Implementation

const factory FrontmatterParseExceptionDelimiter([final String message]) =
    _$FrontmatterParseExceptionDelimiter;