LlamaException constructor
LlamaException(
- String message, [
- dynamic details
Creates a new LlamaException.
Implementation
LlamaException(this.message, [this.details]);
Creates a new LlamaException.
LlamaException(this.message, [this.details]);