LlamaException constructor
LlamaException(
- String message
Creates a new instance of LlamaException with the provided error message
.
The message
parameter contains the details of the exception.
Implementation
LlamaException(this.message);