LlmFailureException constructor
const
LlmFailureException([
- 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._();