PreprocessingException constructor

const PreprocessingException(
  1. String message, [
  2. Object? cause
])

Creates a preprocessing exception with the given message.

Implementation

const PreprocessingException(super.message, [super.cause]);