GenericProcessorException constructor

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

Creates a generic processor exception with the given message.

Implementation

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