ProcessorException constructor

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

Creates a processor exception with the given message and optional cause.

Implementation

const ProcessorException(this.message, [this.cause]);