AIInferenceError constructor

const AIInferenceError(
  1. String message, [
  2. StackTrace? originalStackTrace
])

Constructs an AIInferenceError.

Implementation

const AIInferenceError(this.message, [this.originalStackTrace]);