LlmFailureException constructor

const LlmFailureException([
  1. String message = ''
])

Creates a new LlmFailureException with the given error message.

The message parameter is a string describing the failure that occurred.

Implementation

const LlmFailureException([super.message]) : super._();